project QadFinancials > class BDDocument > method SetPublictDPaySelRefDDoc

Description

Sets the contents of the dataset.


Parameters


tDPaySelRefDDocinputdataset
oiReturnStatusoutputintegererror status


program code (program/bddocument.p)

vh_Target = dataset tDPaySelRefDDoc:handle.
vh_Source = dataset t_sDPaySelRefDDoc:handle.
vh_Target:copy-dataset(vh_Source).