xpxOpenModel

FUNCTION xpxOpenModel (modelId       : GENERIC;
                       access        : INTEGER;
                       openedModelId : GENERIC)
                       status        : INTEGER;

The xpxOpenModel function opens the specified model modelId for the specified access in the access argument. Legal values for the access argument is one of the following EDMexpressX  integer built-in constants:

Arguments


TypeNameComment
GENERICmodelIdId of the model in the EDMdatabase to be opened
INTEGERaccess

On of the following constants:

  • xpxRO  :   read only access
  • xpxRW :   read and write access
  • xpxERW : open for exclusive read write operations in the EDMServer implementation. In a standalone implementation, xpxERW is equal to xpxRW.

 

 

GENERICopenedModelIdThe id of opened model

Return Value


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

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â