Hyperlink/URL problem in Navision 3.60 on win 2000 server

alvi99alvi99 Member Posts: 71
edited 2007-10-11 in Navision Attain
When I use the Hyperlink button in Navision 3.60 fx. on the customer card and put fx. http://www.mibuso.com in the field I get this result in IE:

http://www.mibuso.com/%20"http://www.mibuso.com/" which can't be displayed. There are no spaces in the web address in Navision. It is a Windows 2000 SP4 server and the Internet connection is working fine. IE is version 6. Any help is appreciated!

Answers

  • SavatageSavatage Member Posts: 7,142
    Two ways I use

    1) Make a command Button
    -On the PushAction use RunSystem
    -On the RunCommand use explorer.exe http://www.mibuso.com

    2) Using C/al Code
    -OnPush()
    -HYPERLINK('http://www.mibuso.com');

    **#1 no special license needed
  • alvi99alvi99 Member Posts: 71
    1) works but 2) still generates the error?
  • SavatageSavatage Member Posts: 7,142
    I get this message when I try to enter the web address twice into the HOME PAGE field of the customer card

    Are you sure you have www.mibuso.com as the only thing entered into the field.

    not with "www.mibuso.com" in quotes too?

    Also, use one method or the other. I don't know what freaky things can happen if you use the c/al code method and still use the property settings.
    . Hope that made sence :-k
  • alvi99alvi99 Member Posts: 71
    Yes I am sure. No quotes. I will try to update explorer to a newer version, maybe that will fix it...
  • alvi99alvi99 Member Posts: 71
    Windows 2000 server only runs with MS Explorer 6. We have updated the server but that didnt help. It is a really strange problem because the hyperlink button doesnt work anywhere in Navision. I think I will contact Microsoft and ask if they have seen the problem before...
  • SavatageSavatage Member Posts: 7,142
    alvi99 wrote:
    Windows 2000 server only runs with MS Explorer 6. We have updated the server but that didnt help. It is a really strange problem because the hyperlink button doesnt work anywhere in Navision. I think I will contact Microsoft and ask if they have seen the problem before...

    Hyperlink does work. So if it's not working for you I would think it has to do with some setting on your machines or network.
  • alvi99alvi99 Member Posts: 71
    A re-installation of Explorer 6 on the server solved the problem!
Sign In or Register to comment.