New UF_SYSTM IIP Imbedded Interface Point methods that you can override

Visual LANSA Framework

New UF_SYSTM IIP (Imbedded Interface Point) methods that you can override

New IIP methods in UF_SYSTM (or equivalent) are now symmetrically invoked when the main Framework window or a secondary Framework window is opened and ready for work, or when they are closing.

The new methods are called avMAINWindowReady, avSECONDWindowReady, avCloseMAINWindow, avCloseSECONDWindow

The new avXXXXXWindowReady methods are invoked when the window has been opened, the user has been logged on and connected to any server, and all Framework setup operations are completed. Their purpose is to provide a single point at which you might perform operations such as:

  • Ask the user for additional logon details (eg: select a company).
  • Map setup information into the virtual clipboard.
  • Switch to an initial application, business object and/or command.

In all cases a parameter #Continue is provided to allow you to control whether the window should continue to be opened or closed.

See Windows and Imbedded Interface Points.