Tony, I'm thinking of having the master form create a temp table which would enable two-way communication knowing the alias.
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Tony IJntema Sent: Tuesday, November 06, 2012 1:12 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Controling multiple copies of the same form Dennis, When you open a form as MDI you are able to save the name in a variable, like: SET VAR V_RBTI_FORM_ALIAS TEXT = (.RBTI_FORM_ALIAS) Execute this command in the EEP of the form properties 'On After Start' In your case you have to find out in what way you can change the variable name. Probably by using the Ampersand variable, in which you are able to count, like: V_RBTI_FORM_ALIAS_01 V_RBTI_FORM_ALIAS_02 And so on. The only thing you have to think about what will happen if two forms edits the same rows. I don't know. Tony From: [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of Dennis McGrath Sent: dinsdag 6 november 2012 19:49 To: RBASE-L Mailing List Subject: [RBASE-L] - Controling multiple copies of the same form I'm looking for a way for a master form to be able to open multiple copies of the same form MDI and control which one is visible at any given time. Has anyone done anything like this? Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected]<mailto:[email protected]>

