GetField
Find the syntax, use, parameters, return values, and an example for the GetField macro command in Connexion client.
Syntax | BOOL = CS.GetField (sTag, nInstance, sData) |
---|---|
Use to | Get the data for a field by tag number and, in the case of repeated variable fields, by order of appearance among the other fields with the same tag number. |
Parameters |
|
Comments |
|
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main() Dim CS As Object CS.Search “WC”, “.1” CS.GetField “700”, 2, sData |
What this example does |
|