<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Jun 2015 20:59:00 Z</lastBuildDate><pubDate>2 Jun 2015 20:00:00 Z</pubDate><description>Hi All ,&#13;
&#13;
WebDev 20, and a ScriptDisplay question if anyone know.&#13;
&#13;
I have a dynamic site integrated with the Paypal api, and after some forth and back between my site and palpal where the common word is a "token" it`s time to collect the money via an url that looks something like:&#13;
https://www.paypal.com/webscr?cmd=_express-checkout&amp;token=EC%2d9WE883312N452211G And in my string variable PaypalURL contains this url.&#13;
&#13;
So I used to do a simple: ScriptDisplay(PayPalUrl) and everything was ok. - But now - in WebDev 20 - it dont work anymore and Paypal gives me a cryptic "At this time, we are unable to process your request. Please return to and try another option."&#13;
&#13;
Strange thing is if I (Within a certain time-frame) copy the content of PaypalURL variable and paste into the address bar of my browser PayPal kicks off as it should.&#13;
&#13;
&#13;
Stupid as I was I did not test the payment part working correctly (The most importen part), when I upgraded my site to WebDev 20.&#13;
I could probably go back to v18 I guess but I have made a lot of other work in the same period.&#13;
&#13;
&#13;
WebDev 20 say something about a Pre-launched session (Whatever that might be) - can this be the reason the scriptdisplay will not do the trick anymore?.&#13;
&#13;
Quote&#13;
WD20 Pre-launched sessions&#13;
&#13;
Pre-launched sessions&#13;
&#13;
If your project is using pre-launched sessions, this function must not be used in the "Initializing project" process. This function must be used in the "Initializing the project after connection to the site" process.&#13;
&#13;
I Tried the following:&#13;
PayPalUrl = PayPalUrl + tokenlistFirst.TokenValue //commented out when using scriptdisplay with parameters. ScriptDisplay(PayPalUrl,tokenlistFirst.TokenValue,true) ScriptDisplay(PayPalUrl) PHPDisplay(PayPalUrl) //,tokenlistFirst.TokenValue,true) ScriptExecute(PayPalUrl,tokenlistFirst.TokenValue,true)&#13;
Is there another smart way of start another url from a dynamic site in WebDev ?&#13;
(I start Paypal and to do a EndProgram, Since paypal will call back to my site if transaction is Ok or if Canceled.)&#13;
&#13;
Any help will be well received ;)&#13;
Cheers&#13;
Tor-Bjarne</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp</link><title>WebDev 20 and ScriptDisplay</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-solved-52606/read.awp</comments><pubDate>8 Jun 2015 20:59:00 Z</pubDate><description>Hi,&#13;
&#13;
Found it!&#13;
&#13;
Seems like Scriptdisplay in v20 will urlencode your variable if it contains a url, but the url returned from…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-solved-52606/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-solved-52606/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay - SOLVED</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52562/read.awp</comments><pubDate>5 Jun 2015 10:17:00 Z</pubDate><description>Hi Tor-Bjarne,&#13;
&#13;
Time to make a request to Tech Support.&#13;
Please let us know the result.&#13;
&#13;
Regards,&#13;
Piet</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52562/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52562/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52560/read.awp</comments><pubDate>5 Jun 2015 06:30:00 Z</pubDate><description>Hi,&#13;
&#13;
Thank you for uour reply :)&#13;
&#13;
Fabrice - no, it`s a ANSI project.&#13;
&#13;
Piet I did, and to my suprice the following code wor…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52560/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52560/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52537/read.awp</comments><pubDate>4 Jun 2015 14:40:00 Z</pubDate><description>Hi Tor-Bjarne&#13;
&#13;
just an idea... It's possible that your v18 program was in ansi by default, and your v20 is in UNICODE by defau…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52537/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52537/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52529/read.awp</comments><pubDate>4 Jun 2015 08:30:00 Z</pubDate><description>Hi Tor-Bjarne,&#13;
&#13;
You are right, I was focusing on EndProgram, while ScriptDisplay should just do its job, regardless of what ha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52529/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52529/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52515/read.awp</comments><pubDate>3 Jun 2015 16:23:00 Z</pubDate><description>HI Piet.&#13;
&#13;
Ok - But it`s the scriptdisplay that works diffrently than before (WB18).&#13;
Also if unclear, this is not a AWP site b…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52515/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52515/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52514/read.awp</comments><pubDate>3 Jun 2015 16:04:00 Z</pubDate><description>Hi Tor-Bjarne,&#13;
&#13;
I have no idea what could be wrong, all I can say is that I'm not comfortable with the way you included the En…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52514/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52514/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52502/read.awp</comments><pubDate>3 Jun 2015 13:59:00 Z</pubDate><description>Hi Piet - thank you for your reply.&#13;
&#13;
The code block is startet as server code from a button, and the fuction is called Paypals…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52502/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52502/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52484/read.awp</comments><pubDate>3 Jun 2015 08:58:00 Z</pubDate><description>Hi Tor-Bjarne,&#13;
&#13;
In WB20 I see a new section of code in the project initialization: "Initializing the project after connection …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52484/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay-52484/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52477-webdev-20-and-scriptdisplay/read.awp">WebDev 20 and ScriptDisplay</source><title>Re: WebDev 20 and ScriptDisplay</title></item></channel></rss>
