Connecting Tech Pros Worldwide Help | Site Map

Bring to front - by VBA code

 
LinkBack Thread Tools Search this Thread
  #1  
Old September 3rd, 2006, 12:25 PM
muymalestado
Guest
 
Posts: n/a
Default Bring to front - by VBA code

In A2000 is it certain that one cannot perfoem 'Bring to front' using
code.

Is is also the case that 'Visible = True or =False' is different and
separate from a control's zorder and thus that if two or more controls
are positioned directly above one another simply setting 'Visible =
True' will not bring that control up to be visible and clickable.

Thanks


  #2  
Old September 3rd, 2006, 12:35 PM
Allen Browne
Guest
 
Posts: n/a
Default Re: Bring to front - by VBA code

Would it be satisfactory to SetFocus to the control?

In code:
Me.[Text0].SetFocus
or in a macro, use GotoControl.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"muymalestado" <pfo@ecosse.netwrote in message
news:1157286847.875008.241860@b28g2000cwb.googlegr oups.com...
Quote:
In A2000 is it certain that one cannot perfoem 'Bring to front' using
code.
>
Is is also the case that 'Visible = True or =False' is different and
separate from a control's zorder and thus that if two or more controls
are positioned directly above one another simply setting 'Visible =
True' will not bring that control up to be visible and clickable.
>
Thanks

  #3  
Old September 4th, 2006, 06:15 AM
Terry Kreft
Guest
 
Posts: n/a
Default Re: Bring to front - by VBA code

You set the other control to be .Visible = False

--

Terry Kreft


"muymalestado" <pfo@ecosse.netwrote in message
news:1157286847.875008.241860@b28g2000cwb.googlegr oups.com...
Quote:
In A2000 is it certain that one cannot perfoem 'Bring to front' using
code.
>
Is is also the case that 'Visible = True or =False' is different and
separate from a control's zorder and thus that if two or more controls
are positioned directly above one another simply setting 'Visible =
True' will not bring that control up to be visible and clickable.
>
Thanks
>


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.