project QadFinancials > class BJournalEntry > method CheckIfThereIsSomethingInInstance
Description
check if there is any posting information in instance
Parameters
olPostingFound | output | logical | is there a posting ? |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program7/bjournalentry.p)
assign olPostingFound = if can-find(first tPosting where
tPosting.tc_Status <> "D":U)
then true
else false.