<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Aug 2019 13:16:13 Z</lastBuildDate><pubDate>9 Aug 2019 11:19:20 Z</pubDate><description>I have a window with parameter (parameter is a table control):&#13;
&#13;
PROCEDURE MyWindow( gTableArtikel is Control)&#13;
&#13;
&#13;
When I call it with open() all works fine:&#13;
Open(WIN_Filter,TABLE_QRY_xy)&#13;
&#13;
&#13;
Same window but call via OpenSister:&#13;
OpenSister(WIN_Filter,TABLE_QRY_xy)&#13;
&#13;
creates an error:&#13;
...&#13;
'OpenSister' function, syntax 0&#13;
&#13;
What happened?&#13;
An element of 'int' type cannot be converted to the 'control' type.&#13;
&#13;
Error code: 1021&#13;
Level: fatal error&#13;
....&#13;
&#13;
But Table_Qry_xy is a control!&#13;
&#13;
ANy ideas?&#13;
&#13;
THX&#13;
Markus</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67178-open-opensister-pass-parameter-differnt/read.awp</link><title>open() vs OpenSister() pass parameter differnt?!</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>BALTASAR</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67178-open-opensister-pass-parameter-differnt-67179/read.awp</comments><pubDate>9 Aug 2019 13:16:13 Z</pubDate><description>You can make this:&#13;
&#13;
//use quotation marks in OPENSISTER&#13;
OpenSister(WIN_Filter,"TABLE_QRY_xy")&#13;
&#13;
// in Win_Filter code use th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67178-open-opensister-pass-parameter-differnt-67179/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67178-open-opensister-pass-parameter-differnt-67179/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67178-open-opensister-pass-parameter-differnt/read.awp">open() vs OpenSister() pass parameter differnt?!</source><title>Re: open() vs OpenSister() pass parameter differnt?!</title></item></channel></rss>
