Ken Kixmoeller (j/s) wrote: > > On Oct 31, 2005, at 5:12 PM, Nancy Folsom (PDI) wrote: > >> Do you want to pass in the parameter to Show() so the form is modal? > > The form *is* modal. That is is mystifying me... >
Ah. Not if it's an instantiated object rather than a form created with DO FORM and linked to an object.
So, if you pass 1 to Show, you should be good.
oFormController.oBatchForm.Show(1)
-- -- Nancy Folsom Debugging Visual FoxPro Applications http://www.hentzenwerke.com/catalog/debugvfp.htm
©2005 Nancy Folsom (PDI) |