|
|
|
|
|
HTriggerRecordBefore (Function) In french: HTriggerEnregistrementAvant Retrieves the value of the current record before the trigger(s) are executed. sRecord is Record of FEES
sRecord = HTriggerRecordBefore()
let sString = HRecordToString(sRecord)
Trace("sEnreg : ", sString)
Syntax
<Result> = HTriggerRecordBefore()
<Result>: Record variable Record variable corresponding to the initial record. Remarks - If a new record is added in the data file, the returned record is an "empty" record marked as "deleted".
- Special case: If the data file is a Client/Server file and the trigger is an "after" trigger executed on the client workstation, then the function HTriggerRecordBefore function does not return the memos.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|