<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Dec 2015 05:41:00 Z</lastBuildDate><pubDate>27 Dec 2015 14:06:00 Z</pubDate><description>Hi Guys,&#13;
&#13;
i need some help on WebDev.&#13;
&#13;
I have a Tab Control with 10 tabs and each tab has an iFrame control.&#13;
In the beginning all tabs are invisible. The idea is now to open ( make it visible) a tab and assign a Page to the Tab.iFrame&#13;
&#13;
now i am facing a strange behavior:&#13;
Assigning a page to the iframe works fine and controlling visibility of an Tab Pane works also.Doing both in one button call does not work. No Error, code gets executed as normal just nothing happens..&#13;
&#13;
Any ideas?&#13;
&#13;
Thanks&#13;
Sascha&#13;
&#13;
&#13;
-----------------------------&#13;
assign page to iFrame - works&#13;
-----------------------------&#13;
//Browser&#13;
ChangeTarget(iFRM_1..Alias)&#13;
&#13;
//Server&#13;
PageDisplay(Page_Usr_Overview)&#13;
--------------------------------------------&#13;
Make a Tab visible via button call - works&#13;
--------------------------------------------&#13;
//Server&#13;
MainTab[1]..visible = true&#13;
MainTab = 1&#13;
-------------------------------------------&#13;
Doing both in one call - does not work&#13;
-------------------------------------------&#13;
//Browser&#13;
ChangeTarget(iFRM_1..Alias)&#13;
&#13;
//Server&#13;
MainTab[1]..visible = true&#13;
MainTab = 1&#13;
&#13;
PageDisplay(Page_Usr_Overview)</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem/read.awp</link><title>[WB 20] Tab Control / iFrame problem</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/55645-20-tab-control-iframe-problem-55647/read.awp</comments><pubDate>28 Dec 2015 05:41:00 Z</pubDate><description>HI Fabrice,&#13;
&#13;
unfortunately, i can´t get it to work. As soon as I have the changeTarget() in the browser code, changing the tab…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem-55647/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem-55647/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem/read.awp">[WB 20] Tab Control / iFrame problem</source><title>Re: [WB 20] Tab Control / iFrame problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem-55646/read.awp</comments><pubDate>27 Dec 2015 14:36:00 Z</pubDate><description>Hi Sacha,&#13;
&#13;
so, you are first changing the page_usr_overview, then redisplaying it in its initial state, if I read correctly yo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem-55646/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem-55646/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55645-20-tab-control-iframe-problem/read.awp">[WB 20] Tab Control / iFrame problem</source><title>Re: [WB 20] Tab Control / iFrame problem</title></item></channel></rss>
