captsnappy
Programmer
My exe shows the main form in the Windows desktop but not as the topmost and active window if there are other windows open. I'd like this not to happen.
My main prg has:
SET ESCAPE OFF
SET SYSMENU TO
SET STATUS BAR OFF
It calls a login form then it calls the main form, frmmain, that is
AlwaysOnBottom = .f.
AlwaysOnTop = .f.
ShowWindow = 2 -As Top Form
WindowState = 0 - Normal
and has this in the Init: _SCREEN.Visible=.F.
What am I missing?
My main prg has:
SET ESCAPE OFF
SET SYSMENU TO
SET STATUS BAR OFF
It calls a login form then it calls the main form, frmmain, that is
AlwaysOnBottom = .f.
AlwaysOnTop = .f.
ShowWindow = 2 -As Top Form
WindowState = 0 - Normal
and has this in the Init: _SCREEN.Visible=.F.
What am I missing?