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

 

Reply via email to