|
|
|
|
|
HTriggerRecordBefore (Function) In french: HTriggerEnregistrementAvant Retrieves the value of the current record before the trigger(s) are executed. sRecord is Record of FEES // FEES is the name of the file on which the trigger has been fired sRecord = HTriggerRecordBefore() let sString = HRecordToString(sRecord) Trace("sRecord: ", 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 if the trigger is an "after" trigger executed on the client computer, HTriggerRecordBefore does not return the memos.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|