Thanks Razzak. I will look into this. If I can make a simple application that works, maybe I and the rest of the group will gradually graduate to using 7.6 all the time. I have a feeling it will be a long process since I have to learn the ropes first.
Jim -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Friday, October 24, 2008 11:03 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: running multiple forms At 11:06 AM 10/24/2008, Jim Belisle wrote: >We have the latest version of 7.6. I want our people to be able >to open multiple forms at the same time. At present, RBASE only >allows one form open at one time. Is there a setting I can change >to allow an individual to open multiple forms? Jim, When opening a form (EDIT USING formname), use the additional option of "MDI AS 'alias name'. Example: EDIT USING formname ORDER BY orderbyclause MDI AS 'aliasname' For complete details and a sample application to demonstrate the practical use of MDI forms, refer to 2008 SAT Applications: 2008 SAT Sample Applications: http://www.rupdates.com/sat2008/ -- R:BASE 7.6 Folder: \RBTI\2008_RBG76_SAT\DesigningMDIApplications Database: MDIForms Associated Forms: . MDIAppsMainMenu . MDI_FormNavigator . MDI_Customers . MDI_Contacts . MDI_InvoiceHeader . MDI_InvoiceDetails Command File: . DesigningMDIApplications.DAT -- R:BASE Turbo V-8 Folder: \RBTI\2008_RBG8_SAT\DesigningMDIApplications Database: MDIForms Associated Forms: . MDIAppsMainMenu . MDI_FormNavigator . MDI_Customers . MDI_Contacts . MDI_InvoiceHeader . MDI_InvoiceDetails Command File: . DesigningMDIApplications.DAT Have fun! Very Best R:egards, Razzak.

