| ohHandleToTheClassDataset | output | handle | HandleToTheClassDataset: Handle to the class-dataset of this class. Note that at some point the callers should clear up the handle to avoid mempory-leaks This can be done by : if valid-handle(vh) then delete object vh. |
| oiReturnStatus | output | integer | Return status of the method. |
QadFinancials
/* ===================================================== */
/* Copy the class-dataset into the output dataset-handle */
/* ===================================================== */
assign oiReturnStatus = -98.
create dataset ohHandleToTheClassDataset in widget-pool "non-persistent":U.
ohHandleToTheClassDataset:copy-dataset(dataset BDInvoiceO:handle, true, false, false, "", false, "").
assign oiReturnStatus = 0.