Controls whether or not a rowset’s navigateMaster and navigateByMaster properties are overridden.

Property of

_app object

Description

 

Value

Description

0

Use rowset’s detail settings

1

Always Navigate Detail Rowsets

2

Never Navigate Detail Rowsets

 

0 - Use rowset’s actual navigateMaster and navigateByMaster properties to determine whether or not to navigate through detail rowsets when navigating through a master rowset.

1 - All rowsets display SET SKIP behavior. Rowsets behave as if their navigateMaster and navigateByMaster properties were set to true.

2 - All rowsets will not display SET SKIP behavior. Rowsets behave as if their navigateMaster and navigateByMaster properties were set to false.

The default setting for detailNavigationOverride is 0.

Whenever you change the value of detailNavigationOverride, calling the refresh( ) method of any grid with datalinked rowsets will cause the grid to display correctly.