4D v16.3

METHOD SET ACCESS MODE

Home

 
4D v16.3
METHOD SET ACCESS MODE

METHOD SET ACCESS MODE 


 

METHOD SET ACCESS MODE ( mode ) 
Parameter Type   Description
mode  Longint in Access mode for locked objects

The METHOD SET ACCESS MODE command sets the behavior for 4D when you attempt to write access an object already loaded for modification by another user or process. The scope of this command is the current session.

In mode, you pass one of the following constants of the Design Object Access theme:

Constant Type Value Comment
On object locked abort Longint 0 Loading of object is aborted (default functioning)
On object locked confirm Longint 2 4D displays a dialog box so that you can choose to try again or to abort. In remote mode, this option is not supported (loading is aborted)
On object locked retry Longint 1 4D keeps attempting to load the object until it has been released

 
PROPERTIES 

Product: 4D
Theme: Design Object Access
Number: 1191

 
HISTORY 

Created: 4D v13

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)