You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Make RAMP interactive.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.MakerampTSavailable
 
Parameters

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.

 |
 
Return Value
None
Remarks
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.
Examples
Invoke Method(#myscreen_wrapper.MakerampTSavailable) uSession_Id(SESSION_A)
Invoke Method(#myscreen_wrapper.MakerampTSavailable) uUserObjectType(HumanResources)
 
Related Topic MakerampTSavailable Method.

  • No labels