XML Port

Craccie
Craccie Member Posts: 3
Is it possible to show a status screen, in comparison with the Dataport, when u're using the XML Port. Or is there a way to develop a screen like the status screen in a Codeunit.

Yours Cincerely
Craccie

Comments

  • Savatage
    Savatage Member Posts: 7,142
    You mean a "Progress Bar"?
    http://www.mibuso.com/howtoinfo.asp?FileID=17

    also, search the forum for "progress bar" for more posts.
    search.php
  • David_Singleton
    David_Singleton Member Posts: 5,479
    Craccie wrote:
    Is it possible to show a status screen, in comparison with the Dataport, when u're using the XML Port. Or is there a way to develop a screen like the status screen in a Codeunit.


    No it's not possible. To do so you would need to manually write the whole XML import process in code. The reason is that the parsing of the XML is all handled in one DLL that has a single call, so there is no way for NAV in C/Al to know where it is currently.
    David Singleton
  • Craccie
    Craccie Member Posts: 3
    Craccie wrote:
    Is it possible to show a status screen, in comparison with the Dataport, when u're using the XML Port. Or is there a way to develop a screen like the status screen in a Codeunit.


    No it's not possible. To do so you would need to manually write the whole XML import process in code. The reason is that the parsing of the XML is all handled in one DLL that has a single call, so there is no way for NAV in C/Al to know where it is currently.

    Thanks for the information

    Yours Cincerely
    Craccie