Hi,
Anybody know if it's possible to show/view html in Navision?
I would like to be able to show an HTML page in Navision including links, picture, backgrounds, ect.
The best would be to show it even on a Navision form, but this doesn't need to be absolutely necessary.
Hope somebody has got something for me!
Kind regards,
Emiel Romein
"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."
0
Comments
if you want to call the internet explorer then
SHELL('c:\Program Files\Internet Explorer\iexplore.exe','myfile.html');
Maybe you can have a look at the download section where people have made things that show jpg, bars and textboxes on Navision forms.
If you look at these things it should be possible using the same trick.