<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Jul 2015 10:32:00 Z</lastBuildDate><pubDate>23 Jul 2015 10:32:00 Z</pubDate><description>I have a dialog function in local procedure in window1 .&#13;
&#13;
using window1 create a copy window2 using "save as" .&#13;
&#13;
I make change the local procedure name in window2 . i also change the text of the dialog function&#13;
&#13;
-window1-&#13;
SWITCH Dialog("Comfirm Remove Sick Date ( %1 ) ", DateToString(Arg_sdate,"Dddd, DD Mmm YYYY"))&#13;
&#13;
-window2-&#13;
SWITCH Dialog("Comfirm Remove Leave Date ( %1 ) ", DateToString(Arg_sdate,"Dddd, DD Mmm YYYY"))&#13;
&#13;
&#13;
after save the window2 , I open window1 , i notice the dialog text in window1 has auto change to dialog text in window2 .&#13;
i make change dialog in window1 and save then i open window2 and notice that the text dialog auto change to dialog text in window1&#13;
&#13;
conclusion.&#13;
some how WM has think dialog in window1 and window2 is same. the rest of the local procedure code in both windows are not effected.&#13;
&#13;
&#13;
even though it is a BUGs, but it will be a cool function to implement in procedure level , for example :&#13;
I have same a same local procedure in win1, win2, win3 . I can't declare as global procedure due to in code i call controls which exist in win1, win2, win3 .&#13;
&#13;
with this , i only need to change code in win1 and wind2, win3 will auto updated&#13;
&#13;
&#13;
&#13;
eve</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53204-wm20-android-bug-dialog-function/read.awp</link><title>[WM20 (android)] Bug in dialog function</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
