ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the lock was performed,False if a problem occurred (the file is already locked for example). HError is used to identify the error.
Name of data file used.
Used to define the type of lock performed on the data file:hLockWrite(default value)Lock in write mode: the records found in the data file can be read by another application but cannot be modified by another application. No lock on the data file can be defined by another application.hLockReadWriteLock in read/write: the records found in the data file cannot be read or modified by another application. No lock on the data file can be defined by another application.hLockNoNo effect <Lock> is ignored. The management of locks is only performed on HFSQL Client/Server data files or data files handled by a native access. An HFSQL Mobile record cannot be locked. Indeed, the operating system of Pocket PC does not allow you to lock records. The management of locks is performed on the HFSQL Client/Server data files only.
Modifying the type of lock for a data file
Effect of lock mode
Lock failure
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: