project QadFinancials > class BEmployee > method SetPublictAddressRefForEmployee

Description

Sets the contents of the dataset.


Parameters


tAddressRefForEmployeeinputdataset
oiReturnStatusoutputintegererror status


program code (program/bemployee.p)

vh_Target = dataset tAddressRefForEmployee:handle.
vh_Source = dataset t_sAddressRefForEmployee:handle.
vh_Target:copy-dataset(vh_Source).