Auto_Top_View_State - dbAppView_
Controls navigation when view is activated
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Auto_Top_View_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Top_View_State to IntegerVariable |
| Write Access: | Set Auto_Top_View_State to IntegerVariable/Value |
Description
If True, when a view is activated, will cause the focus to be given to the first object and item in the current parent-child hierarchy. For example, if you open a view with Auto_Top_View_State set to True and navigate to the third data entry object (DEO) in that view, then switch to another view and back to this view, the focus will move to the first DEO.
If False, the focus remains on whatever item previously had the focus. For example, if you open a view with Auto_Top_View_State set to False and navigate to the third DEO in that view, then switch to another view and back to this view, the focus will remain in the third DEO.
See Auto_Top_Panel_State for controlling top item navigation during clearing.