Versions Compared

Key

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

In this step you will examine the code in the screen wrapper.

1.   Display the screen wrapper source code in the Visual LANSA editor.

2.   The screen wrapper is a command handler, therefore it's ancestor has to be  #VF_AC010:

...


 
You must always set uCommand to #com_owner, otherwise an error message of type VF_INIT_ERROR will be issued because the screen wrapper will not have access to the command handler.

5.   Then notice that RAMP execution is kicked off by the MakerampTSavailable method in the uExecute method routine:

...