|
-
Feb 16th, 2005, 09:08 AM
#1
Thread Starter
Lively Member
Simple Form Focus Question [Resolved]
Hi, I have a would-be simple question about setting which form has the focus.
Within my project I have two forms: frmQuery and frmResults and on frmQuery is a button called cmdExecute, which executes a query.
After this button has been clicked, I simply want to give the focus to frmResults.
Any ideas?
Last edited by olamm2k; Feb 16th, 2005 at 09:34 AM.
-
Feb 16th, 2005, 09:22 AM
#2
PowerPoster
Re: Simple Form Focus Question
-
Feb 16th, 2005, 09:22 AM
#3
Re: Simple Form Focus Question
frmresults.show
will work 
Pino
edit -
 Originally Posted by Pasvorto
show.frmResults
i dont think that works.
-
Feb 16th, 2005, 09:31 AM
#4
Thread Starter
Lively Member
Re: Simple Form Focus Question
Thanks to both of you - the problem was that I had frmQuery.Show method after frmResults.Show!
Oops...
(and I think Pasvorto meant Show frmResults)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|