Hi, my problem is that i have a program and i want that the first windows to
be in a formset.
In this formset i've got my main windows. But i don't know why my windows
appears only if i set it to 'As top level form'. But the fact is that i
don't want this windows in 'As top level form' cause i'm not abble to open
another windows over.
frmLoading : As top level form
frmSetMain
--> frmMain : In top level form
--> frmAccess : As top level form
--> frmSetOther
--> frmOther : In top level form
--> frmForm2 : As top level form
--> frmForm3 : As top level form
From my program (program.prg) i call frmSetMain and frmSetMain open frmMain.
If i set frmMain to "As top level form" it's work but when i load my
frmAccess windows (to type an access code to acces my form) the windows
appears in back of the frmMain windows. And if i set frmMain to "In Top
Level form" the windows is loading but everything is close and i return to
foxpro windows.
I'm going to be crazy....
I hope that you will understand my problem..(sorry for my bad english).
thanks
maxime