How can I make form/menu active upon startup?
Have modal form as top level and menu as top level within exe.
EVERYTHING works........except upon start form is not active and I have to 'click'.
Pressing 'Enter' activates last used windows function (such as Windows Explorer).
From start program I have the statement 'Do form mainfrm'
In init event of Mainfrm I do the following:
application.visible = .f.
do mainmnu.mpr with this,.t.
Any help is appreciated.
FDC
Have modal form as top level and menu as top level within exe.
EVERYTHING works........except upon start form is not active and I have to 'click'.
Pressing 'Enter' activates last used windows function (such as Windows Explorer).
From start program I have the statement 'Do form mainfrm'
In init event of Mainfrm I do the following:
application.visible = .f.
do mainmnu.mpr with this,.t.
Any help is appreciated.
FDC