Description
Add code here to initialize the calculated fields of the class temp-tables after loading existing records from the application database.
Parameters
oiReturnStatus | output | integer | |
Internal usage
unused
program code (program/bdcollection.p)
<ANCESTOR-CODE>
<Q-1 run DCollectionExportByID (last) (Read) (NoCache)
(input ?, (DCollectionExportID)
input ?, (DCollectionID)
output dataset tqDCollectionExportByID) in BDCollection >
for each tDCollectionExport:
assign tDCollectionExport.tcExportTime = string(tDCollectionExport.DCollectionExportTime, "HH:MM:SS":U).
end.