<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Dec 2016 15:35:31 Z</lastBuildDate><pubDate>30 Nov 2016 17:13:00 Z</pubDate><description>I need to update internal window from other internal window. I tried to use RequestUpdateUI but I could not achive the positive result. As they said in manul I created the procedure inside required process with parameter:&#13;
&#13;
PROCEDURE AskForRefresh(SomeParam string)&#13;
When I call RequestUpdateUI the above procedure is not called, i.e. process is not executed! When I commented the above code line (with PROCEDURE) and initiate update UI with&#13;
&#13;
ExecuteProcess(IW_Window,trtRequestUpdate) the process is executed but in this case I can't pass parameters. So I am stuck.&#13;
&#13;
Could you please give me some advise? What I did wrong?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60554-requestupdateui/read.awp</link><title>RequestUpdateUI</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Sebastian Arnold</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60554-requestupdateui-60572/read.awp</comments><pubDate>1 Dec 2016 15:35:31 Z</pubDate><description>You could try to use the 'Assigning the ..Value property' of your internal window.&#13;
&#13;
IW_1 calls IW_2:&#13;
[code:wl]&#13;
IW_2 = newVal…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60554-requestupdateui-60572/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60554-requestupdateui-60572/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60554-requestupdateui/read.awp">RequestUpdateUI</source><title>Re: RequestUpdateUI</title></item></channel></rss>
