- Clint Maxwell
- PowerBuilder
- Thursday, 17 May 2018 08:31 PM UTC
I have to open a browser and provide it a URL to navigate to. A portion of it needs to be URL Encoded (aka Percent Encoded), because it is a re-direct URL being passed along as a parameter to a login URL, and it also has parameters of its own.
I've tried the solution below (it presumes that MSScript.ocx is registered on the machine) and it works great when running from the IDE, which in my case is PB2017R2 Build 1769. There only seems to be a 32 bit version of this ocx however, so when a 64 bit executable was created the ConnectToNewObject function started failing with a return code of -3.
Does anyone know of an alternative way to do URL Encoding from within PB code that will work in a 64 bit exe?
OleObject lnv_MSScript
lnv_MSScript = Create OleObject
// Create a script object to use for URL Encoding/Decoding
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.