Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The definition and command used to invoke a SRVROUTINE in a Server Module have a common format and look something like:

     Define_Com Class(#MyServerRoutine.GetData) Name(#GetData)
# GetData.ExecuteAsync EmployeeID(#Empno) EmployeeDetails(#MyEmployee)
status(#io$sts)

or

     # GetData.Execute(#EmployeeID #MyEmployee #io$sts)

...