Purpose
Define the data server which can be used within the source code.
Class
Type
Method
Syntax
<oCodeblock>:Use(<oServer>) Æ lSuccess
Arguments
| <oServer> | A data server which should be provided as a variable in the source code. The data server can be accessed with the variable name 'server' within the source code. |
| Data Type: | Object |
Return Value
| lSuccess | A logical value which defines whether the data server could be set. |
| TRUE | The data server could be defined. |
| FALSE | The data server could not be defined. |
| Data Type: | Logic |
Description
bCodeblock:Use() defines a new data server. To remove an existing defined data server, the value NULL_OBJECT must be passed for the argument <oServer>.
See Also
Page url: http://www.YOURSERVER.com/index.html?bcodeblock_use.htm