<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Nov 2015 18:31:00 Z</lastBuildDate><pubDate>20 Nov 2015 16:58:00 Z</pubDate><description>Has anyone ever gotten gpwEnumControl() to work on an internal window? It keeps returning an empty string. I have a lot of controls in the window. I also tried adding all the controls to a super control and passing the super control as the first parameter of gpwEnumControl().&#13;
&#13;
nSubscript is int=1 // Get first control sControlInfo is string UNICODE=gpwEnumControl(SC_Options,nSubscript) WHILE sControlInfo&lt;&gt;"" sCtrlType is string = ExtractString(sControlInfo,4,TAB) sCtrlName is string = ExtractString(sControlInfo,1,TAB) // If CheckBox and Checked then Gray IF sCtrlType = "Check Box" THEN IF {sCtrlName,indControl} = 1 THEN {sCtrlName,indControl}..Grayed = True END END // Next control nSubscript++ sControlInfo=gpwEnumControl(MyWindow..Name,nSubscript) END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55069-wd20-gpwenumcontrol-internal-window/read.awp</link><title>[WD20] gpwEnumControl on Internal Window</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/55069-wd20-gpwenumcontrol-internal-window-55070/read.awp</comments><pubDate>20 Nov 2015 18:31:00 Z</pubDate><description>Oops. Dumb mistake. Passed in the wrong window name on the second call to gpwEnumControl.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55069-wd20-gpwenumcontrol-internal-window-55070/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55069-wd20-gpwenumcontrol-internal-window-55070/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55069-wd20-gpwenumcontrol-internal-window/read.awp">[WD20] gpwEnumControl on Internal Window</source><title>Re: [WD20] gpwEnumControl on Internal Window</title></item></channel></rss>
