Jason Coley wrote: > I have one form that opens another form, > > Form A is set to bsDialog and created using Application(TfFormA, fFormA)
First, read this: http://www.cs.wisc.edu/~rkennedy/createform > and show using fFormA.ShowModal, then I have the second form loading > from the first using the same process. Now the problem is, FormB is > shown on the CreateForm procedure, automatically, why is this, anyone > know. Perhaps the Visible property for that form says that the form should be visible? -- Rob

