listbox "move to back" or "move forward" position

M

MechEngr

I have a form using the tab control and I have pasted some of the form
controls (control buttons for example) so that they display on all the tab
pages. Other controls are only on a single page.

I use various combination of rectangles (filled and transparent) to control
the look of the pages and use the control position (move to back, bring
forward) to control the display.

My problem is that I have a listbox control which is shown on all pages and
it will not “move to back†or allow me to place another control (or
rectangle) over it like all the other controls do. Is there something
special I need to do to control the position on the form for listboxes?
 
A

Arvin Meyer [MVP]

Cut and paste the listbox again. Make sure that the area where you are going
to paste the listbox shows a set of selection handles.
 
M

MechEngr

I have tried that, as well as dropping in a new listbox. This seams to be
with all listboxes. During your suggested test, the control handles were
available.

Any other ideas?
 
M

MechEngr

I emailed a form that behaved as I described. Did you receive it... if yes,
any thoughts?

Thanks
 
M

MechEngr

Any thoughts?

You really do not have to download anything.

My question is… how to cover a listbox with a solid rectangle? Create a
form and drop a couple of controls in it... a command button, combobox, text,
label, etc., and then try to cover them with a solid rectangle. All
controls EXCEPT the listbox will be covered. I would appreciate any
suggestions on how to get around this.

Thanks
 
M

MechEngr

Thanks Linq. That is what I am doing now, but this is the conformation that
I was looking for. Not the best answer, but a workable one. Thank you very
much for taking the time.

Cheers
 
R

Rick Brandt

Thanks Linq. That is what I am doing now, but this is the conformation
that I was looking for. Not the best answer, but a workable one. Thank
you very much for taking the time.

Guys, it has always been that way. I just verified that in Access 97 you
cannot "cover" a ListBox. ListBoxes are always on top of everything else
(except other ListBoxes). The work-around has always been to toggle
visibility.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top