| cCoNNeCT_ex | ||
| cCoNNeCT_ex - extended database connectivity class Date: 26.1.2000 Author: Svetlana User description of cCoNNeCT_ex |
||
| Derived From | ||
| Class | cCoNNeCT | |
| Functions | ||
| PopulateTable | ||
| PopulateListbox | ||
| OpenCursor | ||
| CloseCursor | ||
| PopulateTable | ||
| Returns | ||
| Boolean | ||
| Parameters | ||
| Window Handle | table | |
| String | expr | |
| Number | method | |
| I call these functions... | ||
| cCoNNeCT.Prepare (connect) | ||
| I am called by these functions... | ||
| TBL_Product.On SAM_RowHeaderClick (demotest) | ||
| TBL_Product2.On SAM_CreateComplete (demotest) | ||
| PopulateListbox | ||
| Returns | ||
| Boolean | ||
| Parameters | ||
| Window Handle | hlist | |
| String | expr | |
| I call these functions... | ||
| cCoNNeCT.Prepare (connect) | ||
| cCoNNeCT.Commit (connect) | ||
| I am called by these functions... | ||
| FRM_CustomerLite.On SAM_CreateComplete (demotest) | ||
| OpenCursor | ||
| Returns | ||
| Boolean | ||
| Parameters | ||
| String | context | |
| String | sCursorName | |
| I am called by these functions... | ||
| GetRandomNumber (demotest) | ||
| CloseCursor | ||
| Returns | ||
| Boolean | ||
| I am called by these functions... | ||
| GetRandomNumber (demotest) | ||