Bring to Front with Calendar control and list box

G

Guest

I have a calendar control and a list box on a form. The calendar control
only opens when a command button is clicked.

No matter what I do, the calendar control will not come to the front. There
is no way to bring the calendar control in front of the list box. I have
tried sending the list box to the back and bringing the calendar control to
the front using the commands under the Format menu.

I have even tried setting the focus to the calendar control programatically
when displaying the calendar control.

All help and ideas are helpful.

Thanks,

Seth
 
R

RuralGuy

I have a calendar control and a list box on a form. The calendar control
only opens when a command button is clicked.

No matter what I do, the calendar control will not come to the front. There
is no way to bring the calendar control in front of the list box. I have
tried sending the list box to the back and bringing the calendar control to
the front using the commands under the Format menu.

I have even tried setting the focus to the calendar control programatically
when displaying the calendar control.

All help and ideas are helpful.

Thanks,

Seth
I suspect you have PopUp set to Yes on the ListBox form.
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
R

RuralGuy

No, Popup is set to no. As a test I set Modal to no. Still the same problem.

Seth

I overlooked the part where you said they were on the same form. My bad. Is it
a ListBox or a ListView? ListView is an ActiveX control and will always be on
top. That is just the way ActiveX controls work. Can you make the controls
occupy different parts of your form? There are also lots of Calendars that are
separate forms and should work for you.
http://home.bendbroadband.com/conradsystems/accessjunkie/calendars.html
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 

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

Similar Threads

Calendar Control 2
Force use of Calendar 2
How to use a Calendar 3
Calendar will not transfer date to text box? 2
Calendar control 3
Access Calendar Control 1
Calendar Control 1
Desired control behind another 3

Top