Gunnar, have you tried this with the AT clause? I have a multi table form in 6.5++ windows and 7.1 windows, and the form has buttons that call MDI forms, but all have the AT 1,2,3,4 clause. They work perfectly, placing the form on the screen where I specified. I displayed this form at the 2003 R:Base Conference, so if you have the CD, you have the form - it's called PartOverview.
--- Gunnar Ekblad <[EMAIL PROTECTED]> wrote: > Hi! > > The following code works perfectly well in an EEP: > > SET DELIMIT = '!' > SET CURRENCY ' ' PREF 2 C > EDIT USING komtransport > SET CURRENCY ' ' PREF 2 B > SET DELIMIT = ',' > RETURN > > But this one does not: > > SET DELIMIT = '!' > SET CURRENCY ' ' PREF 2 C > EDIT USING komtransport MDI > SET CURRENCY ' ' PREF 2 B > SET DELIMIT = ',' > RETURN > > Can anyone suggest a workaround for this? > > Gunnar Ekblad > > ===== Albert Berry Management Consultant RR2 - 1252 Ponderosa Drive Sparwood BC, V0B 2G2 Canada (250) 425-5806 (250) 425-7259 (708) 575-3952 (fax) [EMAIL PROTECTED]
