Multiple dynamic invokes from a temp-table
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This example shows how a series of dynamic invokes of
the call object can be set up using a temp-table, ttParam,
whose handle is passed into the procedure:
|
To implement this example, you must:
- Define a temp-table record structure where each field represents one data item involved in dynamic invoke
- Load the temp-table with a row of data for each dynamic invoke to be performed
- Read the temp-table and performing a dynamic invoke for every record
Setting up a temp-table in this way allows an application to perform any number of dynamic invokes on the fly.