You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brendon edited this page Mar 17, 2024
·
1 revision
SaveAsXML
returns boolean
accepts (strFileName as String)
This function creates a valid XML file out of the data contained within the cDataSet object.
It references the cDataSet.XML property to obtain the objects XML, and saves the file, returning true to indicate the save was successful.