HTML in Navision

eromeineromein Member Posts: 589
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."

Comments

  • wakestarwakestar Member Posts: 207
    It's not possible to show a html page within a navision form.

    if you want to call the internet explorer then
    SHELL('c:\Program Files\Internet Explorer\iexplore.exe','myfile.html');
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Hi Emiel,

    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.
Sign In or Register to comment.