Use this property to override the active NavigationType for the screen that this TaskScreen is associated with.
If the source screen's NavigationType is correct for your use of the screen in this Task, leave the OverrideNavigationType property at the "Standard" setting.
Value |
Meaning |
Standard |
Default, use the active NavigationType setting in the corresponding Screen Definition |
Self Contained Search |
When in a transaction, needs navigation entry performed (keyVariable/literal) in order to see results. Use for search screens where the criteria for the search is on the same screen, with results typically displayed as a list below the criteria following and ENTER or Function key press. |
InfoIgnore |
Informational popup, ignore information |
InfoCollect |
Informational, grab all fields in any map starting with "Message" |
Exception |
Error screen that will cancel any active transaction, returning any messages from fields starting with "Message" |
TempFlash |
A temporary flash screen that never requires any user action to remove from the display |
CustomEntry |
When generating navigation routines, create overridable user methods for navigating from this screen. This should be used for non-standard screens or screens where the generated navigation is not working correctly. |
DrillDown List |
Screen contains at least one multirow list that is used to select the next screen with an action column. Commonly known as a "Subfile Screen" with AS400/iSeries applications. |