<?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 Nov 2016 16:44:00 Z</lastBuildDate><pubDate>9 Nov 2016 15:03:00 Z</pubDate><description>I have a window with a form on it with multiple planes. The form accesses the same data file, and each plane has both generic information and specific information. The generic information is on plane 0, the specific on planes 1 and 2. I want to open the form to a specific plane.&#13;
For example, the form window is about the human body, and since humans are mostly the same that common information will be on plane 0, but the specific information for females are on plane 1 and males on plane 2.&#13;
This form window is called from another window that has a browse and buttons. The browse will show all humans, but if I double click on a female in the browse I would like to see the form window open to plane 1, not plane 0. Same with male, just to plane 2.&#13;
And there are buttons to add humans. If I click on the 'Add Female' button I would like the form window to open to plane 1, plane 2 for 'Add Male'.&#13;
Is there a command I can use to open a window to a specific plane, like OPENSISTER(HumanForm,plane..1)? Or will I have to OPENSISTER(HumanForm,1), passing the 1 to the form, and in the INIT of the window check for the passed in value and set HumanForm..Plane1 (this was my original thought but I thought I would check here on the forum in case there was a better way)?&#13;
Thanks in advance for any suggestions.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane/read.awp</link><title>Open window to specific plane</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/60287-open-window-specific-plane-60291/read.awp</comments><pubDate>9 Nov 2016 16:44:00 Z</pubDate><description>On second thought:&#13;
&#13;
asking for a specific plane from outside the window seems to be a bad idea, as it means that you need to K…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60291/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60291/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane/read.awp">Open window to specific plane</source><title>Re: Open window to specific plane</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60289/read.awp</comments><pubDate>9 Nov 2016 15:13:00 Z</pubDate><description>That is what I thought too Fabrice, thanks for confirming.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60289/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60289/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane/read.awp">Open window to specific plane</source><title>Re: Open window to specific plane</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60288/read.awp</comments><pubDate>9 Nov 2016 15:11:00 Z</pubDate><description>Hello Art,&#13;
&#13;
you'll need to pass the info as parameter and process it yourself&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60288/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane-60288/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60287-open-window-specific-plane/read.awp">Open window to specific plane</source><title>Re: Open window to specific plane</title></item></channel></rss>
