Positioning Windows Upon Opening

Example

The Purchase Order header window contains a button labeled "Lines" that leads to the LINES block in a different window.

  1. Add or modify the following triggers:

  2. Modify APP_CUSTOM.OPEN_WINDOW as follows:

     IF wnd = 'LINES' THEN
       APP_WINDOW.SET_WINDOW_POSITION('LINES',
                           'CASCADE','HEADER');
       go_block('LINES');
    END IF;
    

    The styles available are: