Click or drag to resize

DataBrowser.Error Method

X#
Provide a method for handling error conditions raised during data browser processing.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Error(
	oErrorObj
) AS USUAL CLIPPER
Request Example View Source

Parameters

oErrorObj (Optional)
Type: Usual
An Error object describing the error condition.

Return Value

Type: Usual
Remarks
Tip Tip
This is an event handler and is automatically called by other methods; the developer does not normally need to call the DataBrowser:Error() method, but might want to override it.
See Also