Namespace: Consultingwerk.SmartComponents.Base
Interface 
IFieldValidationError Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartComponents.Implementation.ClientValidationError, Consultingwerk.SmartComponents.Implementation.SmartDataObjectValidationError

File:IFieldValidationError
Description:Interface definition to be implemented by a field validation
error.
Author(s):Marko Rüterbories / Consultingwerk Ltd.
Created:Tue Mar 03 15:44:19 CET 2009


Top Property Summary
Options Name Purpose
+ System.Windows.Forms.Control FocusControl If the result of a field validation indicates a validation error, the currently tested Control is indicated by the FocusControl. This can be used to set the focus in the running application to the field with the invalid value.
+ CHARACTER FocusControlName Returns the name of a data property (binding source field) that is flagged with an error from a validation routine.


Property Detail
Top

PUBLIC System.Windows.Forms.Control FocusControl

Purpose: If the result of a field validation indicates a validation error,
the currently tested Control is indicated by the FocusControl. This
can be used to set the focus in the running application to the field with
the invalid value.
Notes: Normally only FocusControl OR FocusControlName are set.

Returns System.Windows.Forms.Control
Top

PUBLIC CHARACTER FocusControlName

Purpose: Returns the name of a data property (binding source field) that
is flagged with an error from a validation routine.
Notes: Normally only FocusControl OR FocusControlName are set.

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:30:45