I am trying to import and export data using xmlports. I can only get the port to import or export one record. Below is an example of the style sheet I get when I export:
It’s quite some time ago since you posted this question, but your post still stand as open. Have you found an answer or solved your problem?
If yes, then I would hope that you would share the solution with the rest of the user group as I think many members would get value from the answer, so that we can close the topic and mark it as Answered.
If no, then maybe you can add a bit more information to the question, so that other members maybe are able to answer your question.
IF (postcode <> ‘’) THEN customer.SETRANGE(“Post Code”,postcode);
IF (“no.” <> ‘’) THEN customer.SETRANGE(“No.”,“no.”);
IF customer.FINDSET THEN BEGIN
file.CREATE(‘c:\customerlist.xml’);
file.CREATEOUTSTREAM(outStream);