|
|
|
|
|
HErrorIntegrity (Function) In french: HErreurIntégrité
Not available with this kind of connection
Used to check whether an integrity error occurred.
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|