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