Anone noticed this odd behavior?

M

mscertified

I have a form with a tabbed control, one tab of which contains a listbox with
a set of column headings in the form of labels.
This tab contains custom navigation buttons which enable paging through
records one at a time.
Well, when I intially display this tab, my column headings look normal, but
each time I click the navigation control to move forward through the records,
the column headings get progressively darker - almost like another heading is
being overlaid on top. Nothing else on the screen is affected in this way,
only this one set of labels.
I'm using Access 2003 SP2
 
S

SteveM

Try changing them to Textboxes.
There is an often taked about problem with screen redraws on tab controls
and this seems to clear it up for the most part.

You may also notice that labels (especially unattached labels) cause the Tab
control to flicker when the mouse moves over them... it should sort that out
too.

Steve
 

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