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