copy-changes-to-dset procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
copy-changes-to-dset procedure
Fills the specified ProDataSet with the records
loaded with import-xml-fill-dset procedure. It's the caller's responsibility to reject the
changes if an error occurs. If import-xml-fill-dset doesn't
return duplicate policies or the caller specifies that it should
override existing policies, import-xml-fill-dset automatically
fills the ProDataSet with the records loaded, and this procedure
should not be called.
Parameters:
- INPUT-OUTPUT DATASET FOR dsAudPolicy
- Target ProDataSet to copy the records.
- OUTPUT perrorMsg AS CHARACTER
- Error messages.