XML-Port filename

RallnusRallnus Member Posts: 79
How can I get the filename of an XML-Port during runtime of the Port?
I want to put the name into a field of a table of the port.

Sorry if this question was posted before, but I havn't found it.
Rallnus (Yamaha FJ1200 - '89 / 25th anniversary was great!)

Comments

  • ara3nara3n Member Posts: 9,256
    create a function in xmlport called setfilename.with txt paramater

    In the function set
    Filename := txt;


    In you xmport element set the element txt to filename.

    before running the xmlport, call the setfilename function and pass the filename.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.