Description
Reset field tc_Status of the class temp-tables to blanc, after the transaction is completed.
Replace dummy rowid's in field tc_Rowid and tc_ParentRowid with the real ones.
(wrapper for the generated method)
Parameters
oiReturnStatus | output | integer | |
Internal usage
BLF
program code (program1/database.p)
for each tFcRowidConvert where
tFcRowidConvert.tlFcOk = no:
assign tFcRowidConvert.tlFcOk = yes.
end.
run gipr_UpdateStatus in {&TARGETPROCEDURE} (output oiReturnStatus) no-error.
if oiReturnStatus <> 0 then return.
<M-4 run PostTransaction (output oiReturnStatus (oiReturnStatus)) in database>