I'm surprised no one piped up to tell me "CLOSEWINDOW alias" was already available. It makes an alternate solution far more practical.
I've decided that best way to handle this is to on have one child form open at a time. The master form will orchestrate this. Will a little ingenuity, saving info on one form and opening another and repopulating it will work out just fine. Thanks to all who responded. As usual, the KISS principle applies. Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Tuesday, November 06, 2012 4:05 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Controling multiple copies of the same form Actually, it looks like what I am looking for is a set of commands like this: SETFOCUS alias (already available) SHOW alias (makes it visible) HIDE alias (makes it invisible) CLOSE alias (does a closewindow on it) Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Tuesday, November 06, 2012 2:46 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Controling multiple copies of the same form At 03:28 PM 11/6/2012, Dennis McGrath wrote: >My problem is I have no way to set the componentID programmatically. If >I could, I could set it to the alias and I would have the control I need. Did you know that you can create any form object dynamically, including the Component ID, using the CREATEOBJECT command? For complete details and examples, refer to: http://www.rsyntax.com/rbg95/ Remember, you are only limited by your knowledge and experience of R:BASE! Have fun! Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase --- RBASE-L =======================3D=======================3 D= TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) =======================3D=======================3 D= TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO =======================3D=======================3 D= TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE =======================3D=======================3 D= TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. =======================3D=======================3 D=

