| olPostingFound | output | logical | is there a posting ? |
| oiReturnStatus | output | integer | Return status of the method. |
QadFinancials
assign olPostingFound = if can-find(first tPosting where
tPosting.tc_Status <> "D":U)
then true
else false.