Difference between revisions of "FileMan Delphi Components/TFMAccess DisplayErrors"

From VistApedia
Jump to: navigation, search
 
Line 9: Line 9:
 
== Description ==
 
== Description ==
  
Use this method to display all errors currently in the [[FileMan_Delphi_Components/ErrorList|ErrorList Property]] to the end-user. Errors are displayed in a sequence of one or more dialog boxes.
+
Use this method to display all errors currently in the [[FileMan_Delphi_Components/TFMAccess_ErrorList|ErrorList Property]] to the end-user. Errors are displayed in a sequence of one or more dialog boxes.
  
 
For an error encountered during field validation, the '''DisplayErrors''' dialog box has a Help button. Pressing this button displays the help for the field being validated in a separate dialog box.
 
For an error encountered during field validation, the '''DisplayErrors''' dialog box has a Help button. Pressing this button displays the help for the field being validated in a separate dialog box.
  
 
== See Also ==
 
== See Also ==
* [[FileMan_Delphi_Components/ErrorList|ErrorList Property]]
+
* [[FileMan_Delphi_Components/TFMAccess_ErrorList|ErrorList Property]]
 
* [[FileMan_Delphi_Components/GetIEN_Example|GetIEN Example]]
 
* [[FileMan_Delphi_Components/GetIEN_Example|GetIEN Example]]
 
* [[FileMan_Delphi_Components/Update_Example|Update Example]]
 
* [[FileMan_Delphi_Components/Update_Example|Update Example]]
 
* [[FileMan_Delphi_Components/Validate_Example|Validate Example]]
 
* [[FileMan_Delphi_Components/Validate_Example|Validate Example]]

Latest revision as of 16:54, 8 February 2011

Applies To

TFMAccess, all VA FileMan data access components

Declaration

procedure DisplayErrors;


Description

Use this method to display all errors currently in the ErrorList Property to the end-user. Errors are displayed in a sequence of one or more dialog boxes.

For an error encountered during field validation, the DisplayErrors dialog box has a Help button. Pressing this button displays the help for the field being validated in a separate dialog box.

See Also