Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

FUNCTION xpxCloseAllOpenModels (superuserPassword : STRING;   
                                options           : INTEGER)  
                                status            : INTEGER;

Use this function to  close all open models

Arguments


TypeNameComment
STRING
superuserPassword
optional; The password for the superuser within the remote database. This argument is not required when the server context specifies communication type LOCAL_CONTEXT. 
This must be specified in case the calling user is not “superuser”, else this argument may be NULL.
Only relevant in EDMserver with options = xpxALL_SERVER_OPEN_MODELS
 
INTEGER
options
Specifies the options to be used in the invocation of this function. The <options> value can be specified as a bitwise OR between the actual options to enable. See detailed descriptions of the available options below


Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

OptionComment
xpxALL_SERVERS_OPEN_MODELS
When the option xpxALL_SERVER_OPEN_MODELS is enabled, all models, except system models, opened in all EDMapplicatonServers will be closed. The actual caller must be running as "superuser" or provide the actual password for the "superuser" in the argument "superuserPassword".
xpxALL_MY_OPEN_MODELS
When the option xpxALL_MY_OPEN_MODELS is specified, all open models, except system models, opened by the actual EDMapplicationServer, will be closed

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels