ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the addition or the modification was performed,False if an error occurred.
Name of data file, view or query used. If this name is not specified, HSave will use the last data file used by the last HFSQL management function (function starting with "H").
Used to configure:the effect of addition or modification on the current browse.the mode for calculating the automatic identifier. For more details, see Managing the automatic identifier during an addition.the lock mode of the added or modified record.the management of duplicates.the management of integrity. This parameter is ignored.hAffectBrowseEffect of the adidtion/modification on the browse: The addition or the modification affects the browse. For example, HReadNext used after HSave positions on the record found after the added/modified record.The hAffectBrowse constant has priority over the hWriteDefault constant.hLockNo (default value)Mode for locking the added or modified record: No lock (even if HStartLock was used): the added or modified record will not be locked. This constant is not available. Access by JDBC: This constant is not available.hLockWriteMode for locking the added or modified record: Lock in write mode: the added or modified record will be locked in write mode. This record can be read by another application but it cannot be modified by another application. Only the current application can modify it or unlock it. This constant is not available. Access by JDBC: This constant is not available.hLockReadWriteMode for locking the added or modified record: Lock in read/write: the added or modified record will be locked in read/write. This record cannot be read or modified by another application. Only the current application can modify it, read it or unlock it. This constant is not available. Access by JDBC: This constant is not available.hWriteDefault(default value)Effect of the adidtion or modification on the browse: The addition or the modification does not affect the current browse. For example, HReadNext used after HSave positions on the record found after the current record before the addition or modification.The hAffectBrowse constant has priority over the hWriteDefault constant.hSetIdAutoMode for calculating the automatic identifier: The automatic identifier is not calculated during the addition: the identifier value will be the one stored during the addition. The next identifier value calculated by the HFSQL engine will correspond to the greatest identifier value in the file +1. A WLanguage error occurs if the hSetIdAuto and hForceIdAuto constants are used at the same time.hForceIdAutoMode for calculating the automatic identifier: The automatic identifier is not calculated during the addition. The identifier corresponds to:the value assigned to the item by programming (CUSTOMERID = 7 for example)the default identifier value specified in the data model editor (if the data file was just opened, with no record read)the identifier value found in memory (identifier value for the last record read in the data file).Once the record is added, the next automatic identifier calculated by the HFSQL engine will be calculated while ignoring the value added by hForceIdAuto.A WLanguage error occurs if the hSetIdAuto and hForceIdAuto constants are used at the same time.hIgnoreDuplicatesManagement mode of duplicates: Ignores the duplicate check for this operation, even if the automatic duplicate check is enabled (HSetDuplicates).A WLanguage error occurs if the hIgnoreDuplicates and hCheckDuplicates constants are used at the same time. This constant is not available. Access by JDBC: This constant is not available.hIgnoreIntegrityManagement mode of integrity: Ignores the integrity check for this add operation, even if the automatic integrity check is enabled (HSetIntegrity).A WLanguage error occurs if the hIgnoreIntegrity and hCheckIntegrity constants are used at the same time. This constant is not available. Access by JDBC: This constant is not available.hRecalculateIdAutoMode for calculating the automatic identifier: The automatic record identifier will be recalculated during the write operation. This constant has priority over hForceIdAuto and hSetIdAuto.hCheckDuplicatesManagement mode of duplicates: Checks the duplicates for this operation, even if the check for duplicates is disabled (HSetDuplicates).A WLanguage error occurs if the hIgnoreDuplicates and hCheckDuplicates constants are used at the same time. This constant is not available. Access by JDBC: This constant is not available.hCheckIntegrityManagement mode of integrity: Checks the integrity of operation even if the automatic integrity check is disabled (HSetIntegrity).A WLanguage error occurs if the hIgnoreIntegrity and hCheckIntegrity constants are used at the same time. This constant is not available. Access by JDBC: This constant is not available.
Last update: 03/25/2021
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: