Ken McGinnis wrote:
...
When a user first goes into the screen it works as desired.
Problem: The next time that same screen is used the focus is still on the
Save button.
Anyone know a way to force the focus to start with #1 when the form is
re-activated?
At 11:56 AM 6/22/2006 -0400, MB Software Solutions wrote:
In the thisform.Show method, put the Setfocus command:
For example:
thisform.Show:
this.cboStartingObject.SetFocus
Wouldn't the Form's Activate Event be better? Just curious, I haven't used
the Show method so I'm wondering if there is some advantage.
-Charlie
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.