SetMyStatus
Find the syntax, use, parameters, return values, and an example for the SetMyStatus macro command in Connexion client.
Syntax | BOOL = CS.SetMyStatus (sStatusName) |
---|---|
Use to | Add a customized My Status to the current record. Same as using the menu command Action > Set Status. |
Parameters | For sStatusName, enter the My Status text you want to add to the record. Enclose in quotation marks. Use free text limited to 40 characters (enter in lowercase, uppercase or mixed case). |
Comments | You must be logged on to run this macro. If you enter more than 40 characters, the data is truncated at 40 characters. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then |
What this example does |
|