Flynet Studio Code Generation Properties

ReturnKeySearchText

ReturnKeySearchText

Previous topic Next topic  

ReturnKeySearchText

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 this text is used.

 

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

 

Default:        return|cancel

 

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