Make RAMP interactive.
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.MakerampTSavailable
uUserObjectType | Char 32 - Optional | String that contains the user object type of the RAMP session. Required when dealing with more than one session. |
|---|---|---|
uSession_Id | Char 40 - Optional | The session assigned to a destination. Defaults to *AUTO. |
None
Invoke this method in the uExecute command handler method, there is no performance penalty in doing this. It will ensure that you can interact with RAMPTS.
Invoke Method(#myscreen_wrapper.MakerampTSavailable) uSession_Id(SESSION_A)
Invoke Method(#myscreen_wrapper.MakerampTSavailable) uUserObjectType(HumanResources)
Related Topic MakerampTSavailable Method.