Passing a Parameter List
To pass one or more parameters to a called form, the calling form must perform the following steps in a trigger or user-named routine:
- execute the CREATE_PARAMETER_LIST
Built-in subprogram to programmatically create a parameter List
- execute the ADD_PARAMETER
Built-in subprogram to add one or more parameters to the parameter List
- execute the DELETE_PARAMETER
Built-in subprogram to delete one or more parameters in the parameter
List
- execute the CALL_FORM,
NEW_FORM, OPEN_FORM,
or RUN_PRODUCT Built-in
subprogram and include the name or ID of the parameter List to be passed