ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
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 the data file used.
Used to define the type of lock performed on the data file:hLockNoNo effecthLockReadWriteLock 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.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. <Lock> is ignored. 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: 05/26/2022
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: