Call4GL Method
The Call4GL method calls a 4GL procedure.
This method has the following syntax:
Integer = RemoteServer.Call4GL(procname,
[parameter = expression] | byref(variable)
{,parameter = expression | byref(variable)}])
This method has the following parameter:
procname
Specifies the name of the procedure to be called (varchar(32))
If the Call method is successful it returns ER_OK; otherwise it returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in
Error Codes (see
Error Codes).