ApplyLocalCDByName
Find the syntax, use, parameters, return values, and an example for the ApplyLocalCDByName macro command in Connexion client.
Syntax | BOOL = CS.ApplyLocalCDByName (sName, nOption) |
---|---|
Use to | Apply a local constant data record by name to the current record or to records selected in a list. Same as using the menu command Edit > Constant Data > Local > Apply from List. |
Parameters |
|
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” CS.ApplyCDByName “MyCD”, 2
|
What this example does |
|