DeleteCurrentField
Find the syntax, use, parameters, return values, and an example for the DeleteCurrentField macro command in Connexion client.
Syntax | CS.DeleteCurrentField |
---|---|
Use to | Delete the field where the cursor is located. Same as using the command Edit > Cut Copy Paste Delete Field. |
Parameters | None |
Return values | None |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If ItemType = 0 Then |
What this example does |
|