ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HErrorIntegrity (Function)
In french: HErreurIntégrité
ODBCNot available with this kind of connection
Used to check whether an integrity error occurred.
Example
// Gestion d'une erreur d'intégrité
IF HModify(Client) = False THEN
	IF HErrorIntegrity() = True THEN 
		Error("Erreur d'intégrité : cet enregistrement ne peut être modifié")
	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: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help