Jim, The answer is definately maybe. You can do that but you must realize that an MDI form stands by itself. So any code does not stop for an EDIT USING or ENTER USING. So if your code has sections that relies on information from a form it will probably fail. That does'nt mean you can't do it. You just have to change where it happens.
Jan -----Original Message----- From: "Jim Belisle" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Fri, 16 Jul 2010 09:25:44 -0500 Subject: [RBASE-L] - MDI QUESTION Can you take an existing form and turn it into an MDI form by simply adding MDI at the end as in: ENTER USING ‘form name’ MDI? Or do I have to do something with the AS alias and SETFOCUS? AS alias Allows the user to specify a name for this instance of the form. This option is used in conjunction with the MDI option so that the user can programmatically specify the form with the SETFOCUS command. If I have to use the SETFOCUS and alias, what would the proper syntax be? Jim

