ApplyLocalDefaultCD
Find the syntax, use, parameters, return values, and an example for the ApplyLocalDefaultCD macro command in Connexion client.
Syntax | BOOL = CS.ApplyLocalDefaultCD |
---|---|
Use to | Apply the local default constant data record to the current record or to records selected in a list. Same as using the menu command Edit > Constant Data > Local > Apply Default. |
Parameters | None |
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.ApplyLocalDefaultCD Dim nSlotNum as Integer |
What this example does |
|