DataWindow.CheckStatus Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CheckStatus() AS LOGIC
public virtual bool CheckStatus()
Request Example
View SourceReturn Value
Type:
Logic
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