<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>14 Oct 2015 15:00:00 Z</lastBuildDate><pubDate>14 Oct 2015 06:27:00 Z</pubDate><description>Hi all -&#13;
&#13;
Having a hard time getting the returned value - if you click the "cancel" button on the dialog page, it's set up as follows in the code: PageCloseDialog(False)&#13;
&#13;
Can't seem to figure out how to get the "false" returned value - las tthing I tried was this:&#13;
&#13;
PageDisplayDialog(PAGE_Selection_Center_Dialog)&#13;
&#13;
IF PAGE_Selection_Center_Dialog..ReturnedValue = "False" THEN&#13;
POPUP_Notify.STA_Notify = "Add Students to Events Cancelled..."&#13;
ToastDisplayPopup(POPUP_Notify,toastShort,vaMiddle,haCenter)&#13;
RETURN&#13;
END&#13;
&#13;
But it comes up with an error - what's the right code for this?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value/read.awp</link><title>[WB20] How to retrieve returned value</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/54469-wb20-how-retrieve-returned-value-54481/read.awp</comments><pubDate>14 Oct 2015 15:00:00 Z</pubDate><description>Thanks Piet!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value-54481/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value-54481/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value/read.awp">[WB20] How to retrieve returned value</source><title>Re: [WB20] How to retrieve returned value</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value-54475/read.awp</comments><pubDate>14 Oct 2015 08:09:00 Z</pubDate><description>Hi Joel,&#13;
&#13;
if PagedisplayDialog(xxx)=True then ... else .... end&#13;
or even:&#13;
if PagedisplayDialog(xxx) then ... else ... end&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value-54475/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value-54475/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54469-wb20-how-retrieve-returned-value/read.awp">[WB20] How to retrieve returned value</source><title>Re: [WB20] How to retrieve returned value</title></item></channel></rss>
