Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Your development environment contains a generic 5250 form wrapper named DF_WRAPO.
You can use it as a wrapper with any 5250 screen by doing this in your RAMP arrival script:
                       SHOW_CURRENT_FORM(true,"DF_WRAPO");
When executed it looks something like this:
Image RemovedImage Added
You can use DF_WRAPO to help understand how wrappers are executed, or even to trace out an unusual situation.    
If you don't have DF_WRAPO available, you can create a Visual LANSA reusable part just like it from this source code.
Note that the wrapper works generically because of the code below in blue:

...