<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>10 Jul 2015 18:32:00 Z</lastBuildDate><pubDate>10 Jul 2015 18:05:00 Z</pubDate><description>Is it possible to create controls in a Report? I have a report I want to run with lots of totals, but I don't know how many item totals there will be. I've tried using the following code in the opening of the report, reading the data, initializing body, and before printing body. I get an error every time:&#13;
&#13;
Error at line 2 of Before printing BODY process.&#13;
ControlCreate function called.&#13;
No current window for creating .&#13;
Specify a full name.&#13;
&#13;
FOR i = 1 _TO_ ArrayCount(arrTotals) ControlCreate("ITEM_" + i,typStatic,50+nOffSet,50+nOffSet,100,24) {"ITEM_"+i,indControl} = arrTotals[i,1] nOffSet += 30 END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report/read.awp</link><title>[WD20] Is it possible to ControlCreate() in a Report?</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/53032-wd20-possible-controlcreate-report-53041/read.awp</comments><pubDate>10 Jul 2015 18:32:00 Z</pubDate><description>Yes it's strange but controlclone exists since version 9 and controlcreate born only in version 19.&#13;
&#13;
Maybe in some future vers…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53041/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53041/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report/read.awp">[WD20] Is it possible to ControlCreate() in a Report?</source><title>Re: [WD20] Is it possible to ControlCreate() in a Report?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53040/read.awp</comments><pubDate>10 Jul 2015 18:27:00 Z</pubDate><description>Thank you! I'm surprised you can use clone, but not create.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53040/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53040/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report/read.awp">[WD20] Is it possible to ControlCreate() in a Report?</source><title>Re: [WD20] Is it possible to ControlCreate() in a Report?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53039/read.awp</comments><pubDate>10 Jul 2015 18:19:00 Z</pubDate><description>As far as i know ControlCreate only works for window controls.&#13;
In reports you can use ControlClone, in this case you must have …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53039/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report-53039/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53032-wd20-possible-controlcreate-report/read.awp">[WD20] Is it possible to ControlCreate() in a Report?</source><title>Re: [WD20] Is it possible to ControlCreate() in a Report?</title></item></channel></rss>
