Show/Hide Toolbars

Flynet Viewer Flex Web Service Generator

INFO: There is no clear path between the home screen and the Initial screen, the Logoff method is being built to navigate to the last screen found in any recording and may need to be updated

 

The Logoff logic attempts to navigate the screen from the Home Screen "out" and back to the first screen encountered in the Recordings, which is usually the "welcome" (first screen you see in a terminal emulator).

 

If, however, none of your recordings have this navigation documented or your host logoff sequence returns to a different screen than the initial one, you will see this message during the Navigation validation.

 

When this occurs, instead of navigating the first screen encountered, the Logoff method will navigate to the last screen in any of the recordings.  This will occur before a session is terminated, and in some situations may lead to host system resources being left allocated when they should not be.

 

If, after testing you find that the application screens are not being properly navigated "out" before session termination, check the HostLogoff method inside the #region "Logon/Logoff, PW Maint" in the module [ProjectName]BaseCG.cs.

 

There, you will find a set of "NextScreen" calls with keys and expected screens...change to reflect the desired navigation from the Home Screen to the screen that your host application developers indicate all resources have been freed.