I've got a simple little login form that opens without having the focus (i.e., it is not selected). I don't remember having this trouble with other forms....
Here are some properties that I have set on the form:
AutoCenter = .T.
ShowWindow = 2 - As Top Level
WindowState = 0 - Normal
WindowType = 0 - Modeless (This gets forced anyway, due to
the ShowWindow setting.)
I'm executing:
DO FORM frmLogin
READ EVENTS
Any ideas? Thanks! - Dick [Spin]
Here are some properties that I have set on the form:
AutoCenter = .T.
ShowWindow = 2 - As Top Level
WindowState = 0 - Normal
WindowType = 0 - Modeless (This gets forced anyway, due to
the ShowWindow setting.)
I'm executing:
DO FORM frmLogin
READ EVENTS
Any ideas? Thanks! - Dick [Spin]