Try OpenEdge Now
Developing AppServer Applications
Programming ABL Client Applications
:
Running and managing remote procedures
:
Running remote procedures
:
Synchronous remote procedures
Synchronous remote procedures
If you run a remote procedure synchronously, the client application blocks until the remote procedure request completes and returns to the client. Execution then resumes in the client after the
RUN
statement that invoked the remote procedure.