PC Review


Reply
Thread Tools Rate Thread

How do I format a field in Access to blink (Event Procedure)?

 
 
=?Utf-8?B?aGRmaXhpdHVw?=
Guest
Posts: n/a
 
      30th Apr 2006
I would like the values in an Access field to flash or blink based on a
condition? Examples in Vb would be helpful. Thanks
 
Reply With Quote
 
 
 
 
Marshall Barton
Guest
Posts: n/a
 
      30th Apr 2006
hdfixitup wrote:

>I would like the values in an Access field to flash or blink based on a
>condition? Examples in Vb would be helpful. Thanks



You can not use a format for that. You would have to code
the condition in some appropriate event and set the form's
timerinterval. The form's Timer event will then fire at the
specified interval and you can use that to change the
control's color properties.

In general, this is not a good practice because flasing
screens dirve a lot of people nuts. Besides, you must
disable the timer event to prevent it from interfering
whenever you are editing any VBA procedure.

--
Marsh
MVP [MS Access]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to setup event procedure on format? Tracey Microsoft Access Reports 2 9th Nov 2009 11:02 PM
On Format event procedure =?Utf-8?B?RGFsZSBGeWU=?= Microsoft Access Reports 3 20th Jul 2006 05:32 AM
Updating a field using 'on click' event procedure (access 2000) =?Utf-8?B?TW9ydGltZXIxNA==?= Microsoft Access VBA Modules 6 10th Apr 2006 01:22 PM
On Format Event Procedure =?Utf-8?B?Sm9obkx1dGU=?= Microsoft Access Reports 4 14th Mar 2006 12:04 PM
Event procedure can't find field Michael Microsoft Access Reports 1 20th Jan 2004 04:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:00 PM.