DataWindow.CheckStatus Method | |
Test the information currently displayed in the controls in this data window to see if it passes all validation
rules defined to the connected server.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CheckStatus() AS USUAL
public virtual Usual CheckStatus()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the window passes all validation checks; otherwise, FALSE.
Remarks
This method invokes DataWindow:StatusOK() which validates the information for each control in the window.
If a validation check fails, use the DataWindow:Status property to determine the exact cause of the failure.
See Also