| VB Extension Tools HTML project report | |
| Project: CodeHelperCollection | Module: CTraceUserActions |
| Module Type  | Class module  |
|---|---|
| File  | C:\Code\EE-projects\units\vb\standard\src\TraceUserActions.cls  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 14  |
| Purpose  | Tracing GUI user interaction.  |
| Create | |
| UserAction | |
| ShowData | |
| cmdCancel_Click | |
| cmdDelete_Click | |
| cmdDeleteAll_Click | |
| cmdPrint_Click | |
| lcb_Click | |
| frm_Unload | |
| SetCommandStates | |
| Class_Terminate |
| Procedure 'Create' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
db As Database frmMain As Object  |
| Code return value  | Boolean  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 14  |
| Purpose  |
Do required initialization purpose: Login the new session and ensure present 'End' time stamp of last session.  |
| Result  | True on success, else False  |
| In parameters  |
Object variable with reference to related database Object variable with reference to main form  |
| Procedure 'UserAction' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  | RHS As String  |
| Code return value  | Boolean  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 14  |
| Purpose  | Trace as user action.  |
| Result  | True on success, else False  |
| In parameters  | User action description string  |
| Procedure 'ShowData' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code return value  | Boolean  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 14  |
| Purpose  | Show session tracing data.  |
| Result  | True on success, else False  |
| Procedure 'cmdCancel_Click' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'cmdDelete_Click' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 15  |
| Purpose  | Remove trace data of current selected session.  |
| Procedure 'cmdDeleteAll_Click' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 15  |
| Purpose  | Remove all trace data (except of current session).  |
| Procedure 'cmdPrint_Click' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 15  |
| Purpose  | Print the current session tracing data to default printer.  |
| Procedure 'lcb_Click' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 15  |
| Purpose  | Show data of one session in grid control.  |
| Procedure 'frm_Unload' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  | Cancel As Integer  |
| Procedure 'SetCommandStates' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'Class_Terminate' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Author  | Ralf Kunsmann  |
| Date  | 2001 05 14  |
| Purpose  |
Modify recordset, that represents the current session: Set 'End' time stamp and flag, that shows regular session ending.  |