Xmlport to export in text format

iqbalmadiqbalmad Member Posts: 179
hi guys,

i created a report, which calls an xmlport to export data in text format.
On the report, i let the user choose the path where he/she wants to store the text file using the following code:
Filename :=CommonDialogMgt.OpenFile(Text002,'Transfert',1,' ',0);

1 = text file

In the xmlport, i chose Format = Variable text.
But the result is in xml format, instead of txt format..

<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<Root>
<ServiceInvoiceLine>
<DocNum>SEFE100003</DocNum>
</ServiceInvoiceLine>
</Root>


any idea how i can solve this??

Comments

Sign In or Register to comment.