Show Contents List

When a RAMP Script Wants to Request a Visual LANSA Wrapper to Do Something

It uses the JavaScript function AVREQUESTWRAPPER to send a request identifier and up to 5 optional additional values to the Visual LANSA wrapper.  The wrapper receives the request in its vHandle_AVREQUESTWRAPPER method. Here are some copy/paste code examples of this process:
The RAMP script to sends a request to Visual LANSA wrapper:
AVREQUESTWRAPPER("SOMEREQUESTID","More1","More2","More3","More4","More5");
The wrapper receives the request from RAMP script: