Flynet Studio Code Generation Properties

ExitKeySearchText (string)

ExitKeySearchText (string)

Previous topic Next topic  

ExitKeySearchText (string)

Previous topic Next topic  

In the generated navigation framework, if a screen is:

 

Unrecognized (default) or
 

Recognized but with no recorded navigation to the home screen
AND no ExitKey defined for the Screen Definition

 

During a navigation that encounters the screen, the ExitKeySearchText is used first to see if an "Exit" key is found on the screen in the bottom three rows.  If an Exit key is not found then the ReturnKeySearchText will be used.

 

If there are multiple text representations for a "Exit" key in your system, you can separate multiple entries with the vertical bar or "pipe" symbol as in the default for ReturnKeySearchText.

 

Default:        exit

 

Note: see the Default Host Keys Searching section for details on how these two properties are used in the generated code.