Hi,
can anyone help explain line by line in english what is code below is trying to do.
&& frmPurchaseProcessing.OpnePostings(tcMode)
LOCAL llRetVal
ThisForm.MySetupStuff()
llRetVal = DODEFAULT(tcMode)
IF llRetVal
ThisForm.Edit()
ThisForm.MyUpdateStuff()
ThisForm.Save()
ENDIF && llRetVal
Thanks and kind regards,
Tom
can anyone help explain line by line in english what is code below is trying to do.
&& frmPurchaseProcessing.OpnePostings(tcMode)
LOCAL llRetVal
ThisForm.MySetupStuff()
llRetVal = DODEFAULT(tcMode)
IF llRetVal
ThisForm.Edit()
ThisForm.MyUpdateStuff()
ThisForm.Save()
ENDIF && llRetVal
Thanks and kind regards,
Tom