Hi guys,
using PB2017 R3.
I need to create an XML document from my app.
When i do the fileopen i code the EncodingAnsi parameter , but nonetheless the file being created is unicode ( i can see this when i do a save as in notepad).
The receiving party of my xml file insists this should be an ANSI file.
What can be the reason that the file ends being unicode even when i specifally coded the EncodingAnsi parameter please ?
One more thing : when i open my xml file in notepad , do a save as ANSI file , the file is accepted by the receiving party. When it's unicode its not.
What am i missing here ?
TIA
John