Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxChangeOpenMode(instanceId : GENERIC; access : INTEGER) status : INTEGER; |
Use this function to ...The xpxChangeOpenMode function changes the open mode, i.e. the access rights to the specified instance.
Arguments
...
Type | Name | Comment |
GENERIC | instanceId | specifies a numeric instanceID that uniquely identifies an instance in the EDMdatabase that for which open mode is to be changed. |
INTEGER | access | specifies the new open mode of the instance. The possible values are:
|
...