The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
LinkEdit - WebLink - HTTPS links
Posted: 18 Aug 06 11:11 AM
|
fiogf49gjkf0d Ok I hope I'm not wearing my welcome thin here with all my questions but I have another.
It looks like the LinkMode 'lemWebLink' will try to automatically put an http:// in front of the URL if it doesn't see http:// Any ideas on how to set it up so that an https:// URL is acceptible?
Marc |
|
|
|
Re: LinkEdit - WebLink - HTTPS links
Posted: 22 Aug 06 10:30 AM
|
fiogf49gjkf0d Does it not accept a URL entered with a https prefix? You could always code you own by using a PopupEdit. Then you could launch the URL how ever you needed to. |
|
|
|
Re: LinkEdit - WebLink - HTTPS links
Posted: 22 Aug 06 11:04 AM
|
fiogf49gjkf0d The https://address.com value is accepted in the field, but when you click the icon to launch the brower SalesLogix must do some string validation and add an http:// to the beginning of the URL if it is not found. |
|
|
|
Re: LinkEdit - WebLink - HTTPS links
Posted: 22 Aug 06 11:09 AM
|
fiogf49gjkf0d Sounds like a defect to me. At least the effort to use the PopupEdit would be minimal (although still a pain to have to worry about a workaround) |
|
|
|
Re: LinkEdit - WebLink - HTTPS links
Posted: 22 Aug 06 3:28 PM
|
fiogf49gjkf0d *Edit* My english stinks lately.
The problem really is just that the control places a http:// in front of the string before passing it to the browser. There isn't a way to turn that off without using another control. If there was an OnBeforePopup event you could just hook your own process to fire the web browser and keep the linkedit from doing it's own thing, poorly. |
|
|
|
Re: LinkEdit - WebLink - HTTPS links
Posted: 22 Aug 06 3:36 PM
|
fiogf49gjkf0d I think the problem is that even when Marc actually enters "https://" in the control, that when launched, it will change to "http://", like it is ignoring the protocol for the link as entered by the user and just placing a http in front. No good. |
|
|
| |
| |
|