Jan 28, 2004 #1 sheronne Programmer Jun 1, 2001 71 US I have a top level Login Form that displays when the app is first started. The main VFP window's visible property is set to .F. My problem is that when I start the app the Login screen does not have focus.
I have a top level Login Form that displays when the app is first started. The main VFP window's visible property is set to .F. My problem is that when I start the app the Login screen does not have focus.
Jan 28, 2004 #2 craigsboyd IS-IT--Management Nov 9, 2002 2,839 US sheronne, Go check out this thread... Why doesn't my form get focus? thread184-754809 Slighthaze = NULL craig1442@mchsi.com"Whom computers would destroy, they must first drive mad." - Anon Upvote 0 Downvote
sheronne, Go check out this thread... Why doesn't my form get focus? thread184-754809 Slighthaze = NULL craig1442@mchsi.com"Whom computers would destroy, they must first drive mad." - Anon
Jan 29, 2004 #3 Mike Lewis Programmer Jan 10, 2003 17,516 Scotland Sheronne, There are a several good suggestions in the thread that Slighthaze recommended. The technique which I use (for what it's worth) is: * Bring this window to the front thisform.AlwaysOnTop = .T. thisform.AlwaysOnTop = .F. Put that in the form's Load event. Mike Mike Lewis Edinburgh, Scotland My Visual Foxpro web site: http://www.ml-consult.demon.co.ukMy Crystal Reports web site: http://www.ml-crystal.com Upvote 0 Downvote
Sheronne, There are a several good suggestions in the thread that Slighthaze recommended. The technique which I use (for what it's worth) is: * Bring this window to the front thisform.AlwaysOnTop = .T. thisform.AlwaysOnTop = .F. Put that in the form's Load event. Mike Mike Lewis Edinburgh, Scotland My Visual Foxpro web site: http://www.ml-consult.demon.co.ukMy Crystal Reports web site: http://www.ml-crystal.com