ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HErrorIntegrity (Function)
In french: HErreurIntégrité
ODBCNot available with this kind of connection
Used to check whether an integrity error occurred.
WINDEV By default, WINDEV includes an automatic management of integrity errors. This automatic management is not available in the code of stored procedures.
Java Only the integrity errors that occurred on HFSQL data files are notified.
Example
// Manage an integrity error
IF HModify(Customer) = False THEN
IF HErrorIntegrity() = True THEN
Error("Integrity error: this record cannot be modified")
END
END
Syntax
<Result> = HErrorIntegrity()
<Result>: Boolean
  • True if an integrity error occurred,
  • False otherwise (no error).
Remarks
By default, all integrity rules defined in the analysis description are enabled. To enable or disable the management of an integrity constraint, use HSetIntegrity.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help