Syntax
Private Sub object_ValidateExpression(Expression, Error)
The ValidateExpression Event syntax has these parts:
|
| object | A McReport object. | | Expression | A String value. | | Error | A String value. |
Remarks
Event fired to validate an expression used in the function External$(expression).
|