Flashing display

  • Thread starter Thread starter jervin via AccessMonster.com
  • Start date Start date
J

jervin via AccessMonster.com

hi
i need a certain field or data on that field to flash or blinking when it
display in my form. Any body help me...thanks in advance..
 
Jervin

Perhaps you'll want to rethink using a "blinking" object -- some folks can
have a seizure triggered by color and speed of blinking objects.

An alternative would be to change the color of the background of an object
to highlight it.

You could use the AfterUpdate event of the control to modify the Background
Color property(Me.BackColor).

Good luck

Jeff Boyce
<Access MVP>
 
Thanks men...

Jeff said:
Jervin

Perhaps you'll want to rethink using a "blinking" object -- some folks can
have a seizure triggered by color and speed of blinking objects.

An alternative would be to change the color of the background of an object
to highlight it.

You could use the AfterUpdate event of the control to modify the Background
Color property(Me.BackColor).

Good luck

Jeff Boyce
 

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

Back
Top