This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
IMPORTANT: This method is to be executed after a call to <ADODB_Connection>.LookUpField
Search for a specific field value after making a call to <ADODB_Connection>.LookUpField
<ADODB_Connection>.LookUpField will store previous search parameters is order to be able to make consecutive field value data retrieve having the same Table, Where and OrderBy clause
Syntax
s = <ADODB_Connection>.LookUpField.Next (sFieldName)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
sFieldName |
String |
No |
Name of a field to get data from |
Remarks
This function is not a standard ADODB function but a personalized thinBasic function.
<ADODB_Connection>.LookUpField will store previous recordset look up Table, Where and OrderBy data in order to be able to make consecutive field searches if needed
Restrictions
IMPORTANT: This method is to be executed after a call to <ADODB_Connection>.LookUpField
<ADODB_Connection>.LookUpField will store previous recordset look up Table, Where and OrderBy data in order to be able to make consecutive field searches if needed
See also
Examples