Calls an Remote Program Call routine defined on a remote server.
Connection - (Required)
Specifies the connection object returned from the RPCConnect action.
Command - (Required)
Specifies the command to be passed to the remote server for execution.
The results of the command are made available through the Response property of the RPC Connection object.
This example connects to the server and runs an RPC host command to send a message to a specified user. open
run HourGlass (Yes)
SampleConnect.Response.Count < 1 SetValue (ActiveForm.Rslt, "Command executed successfully") SampleConnect.Response.Count >= 1 SetValue (ActiveForm.Rslt, SampleConnect.Response(0)) HourGlass (No)
close OnError (disconnectError)
|
RPCDeclare action | RPCCall action | RPCConnect action | RPCDisconnect action
© 2004-2021 looksoftware. All rights reserved.