project BLF > class BControlProperty > method PostSave

Description

Actions to take after writing current instance to the database, and before final commit of the transaction.
Use the field tc_status to test the status of the updated records:
'' = unchanged
'N' = new
'C' = changed
'D' = deleted


Parameters


oiReturnStatusoutputinteger


Internal usage


unused


program code (program/bcontrolproperty.p)

<ANCESTOR-CODE>

if not vlSaveViewSettings
then do:
    /* ================================================================= */
    /* BLF-2961 trigger update of all client cache                       */
    /* ================================================================= */
    <I-43 {bFcStartAndOpenInstance
         &CLASS                = "BSystem"}>
    <M-94 run ApiResetClientCacheIndication  (output viFcReturnSuper (oiReturnStatus)) in BSystem>
    <I-40 {bFcCloseAndStopInstance
         &CLASS           = "BSystem"}>
end.