Purpose
Evaluates the defined condition.
Class
Type
Method
Syntax
<oEditCondition>:Eval(iColumn, nRow, nRecNo) Æ lResult
Arguments
| <iColumn> | The column number of the cell. The argument is passed to the condition. | 
| Data Type: | Integer | 
| <nRowNo> | The row number of the cell. The argument is passed to the condition. | 
| Data Type: | Integer | Float | Real8 | 
| <nRecNo> | The record number of the cell. The argument is passed to the condition. | 
| Data Type: | Integer | Float | Real8 | 
Return Value
| lResult | The result of the evaluated condition. | 
| Data Type: | Logic | 
Description
bEditCondition:Eval() evaluates the defined condition. If a server was specified in the edit condition then the server is considered during the evaluation and is specified as argument of the condition.
See Also
Page url: http://www.YOURSERVER.com/index.html?beditcondition_eval.htm