Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Executing an OI from from AREV

Currently trying to execute an OI form I created that uses an Event Module through AREV. In the AREV window I'm in, I'm looking to execute the OI form through a softkey I setup. I believe I should be using the CTO_GUI_FUNCTION however I'm not sure if I've set this up correctly. Any suggestions?

Comments

  • You can use CTO_GUI_FUNCTION to call the OI function you want to launch the form. For instance:
    Response = CTO_GUI_FUNCTION('DIALOG_BOX', 'MY_FORM', @Window, InitParam)
Sign In or Register to comment.