Purpose
Creates an object of the class bEditCondition.
Class
Type
Method
Syntax
bEditCondition{
<cCondition> | <oCondition> | <cbCondition>,
[<oServer>],
[<lEditable>]
} Æ oEditCondition
Arguments
| <cConditon> | The condition as string. This is converted automatically into an object of the class _Codeblock. The conversion is made thereby with the following instruction: | 
&("{|Server, Column, Row, RecNo| " + cCondition + "}")
| Data Type: | String | 
| <oConditon> | The condition as an object of the class _CodeBlock. | 
| Data Type: | CodeBlock | 
| <cbCondition> | The condition as Codeblock | 
| Data Type: | Codeblock | 
| <oServer> | The server that is to be specified as argument during the evaluation of the Codeblock. Thereby conditions can be defined in which accesses to the server are contained. | 
| Data Type: | Object | 
| <lEditable> | A logical value that defines the edit ability and is used if the result of the condition is TRUE. | 
| Data Type: | Logic | 
Return Value
| oEditCondition | The created object of the class bEditCondition. | 
| Data Type: | bEditCondition | 
Description
bEditCondition:Init() creates a new object of the class bEditCondition and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?beditcondition_init.htm