Hi,
I wrote the code:
IF EXISTS('C:\XML_Customer.xml') THEN
ERASE('C:\XML_Customer.xml');
TESTFILE.CREATE('C:\XML_Customer.xml');
TESTFILE.CREATEOUTSTREAM(TESTSTREAM);
XMLPORT.EXPORT(90000,TESTSTREAM);
TESTFILE.CLOSE;
MESSAGE('XML CUSTOMER EXPORT COMPLETE');
when i run the codeunit it gives the error:
XMLPort 90000 does not exist.
How can solve this problem. :-k
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Sorry.... but this is good joke...
Please....read the Application Designer Guide before you begin to program