I am trying to develop an xml port .
XML port direction is set to both.
Some values are provided from user using request PAGE.
The issue i am facing is that the values stored in request page (entered by the user) are lost when i run the xml port (in PRE XML dataitem).
can anybody help me how to resolve the issue.
Thanks in advance.
0
Answers
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I experienced that a requestpage works fine, the only thing that didn't work, was to use a Textbox with ComDialog to get a filename and then pass it to the import. If you pass something to CurrXMLport.Filename during requestpage process, it gets lost and you get the filename dialog again after requestpage.