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.
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.
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.
Comments
http://www.mibuso.com/howtoinfo.asp?FileID=17
also, search the forum for "progress bar" for more posts.
search.php
http://www.BiloBeauty.com
http://www.autismspeaks.org
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