IsButtonEnabled Method
IsButtonEnabled method as it applies to the DataPage object.
Returns True if the specified navigation button is enabled.
expression.IsButtonEnabled(Button)
*expression * Required. An expression that returns a DataPage object.
NavButtonEnum
NavButtonEnum can be one of these NavButtonEnum constants. |
navbtnApplyFilter |
navbtnDelete |
navbtnHelp |
navbtnMoveFirst |
navbtnMoveLast |
navbtnMoveNext |
navbtnMovePrev |
navbtnNew |
navbtnSave |
navbtnSaveAll |
navbtnSortAscending |
navbtnSortDescending |
navbtnToggleFilter |
navbtnUndo |
navbtnUndoAll |
IsButtonEnabled method as it applies to the RecordNavigationControl object.
Returns True if the specified navigation button is enabled.
expression.IsButtonEnabled(navbtn)
*expression * Required. An expression that returns a RecordNavigationControl object.
NavButtonEnum
NavButtonEnum can be one of these NavButtonEnum constants. |
navbtnApplyFilter |
navbtnDelete |
navbtnHelp |
navbtnMoveFirst |
navbtnMoveLast |
navbtnMoveNext |
navbtnMovePrev |
navbtnNew |
navbtnSave |
navbtnSaveAll |
navbtnSortAscending |
navbtnSortDescending |
navbtnToggleFilter |
navbtnUndo |
navbtnUndoAll |
Applies to | DataPage Object | RecordNavigationControl Object