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
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
http://www.BiloBeauty.com
http://www.autismspeaks.org
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
http://www.BiloBeauty.com
http://www.autismspeaks.org
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.
http://www.BiloBeauty.com
http://www.autismspeaks.org