A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Blinking (?)



 
 
Thread Tools Display Modes
  #1  
Old January 17th, 2005, 03:01 PM
an
external usenet poster
 
Posts: n/a
Default Blinking (?)

Hello!

In Access 2000,
Is possivel for one label to blink?

Thanks in advance.
an
  #2  
Old January 17th, 2005, 04:27 PM
Mauricio Silva
external usenet poster
 
Posts: n/a
Default


Set the form's property TimeInterval to 1000 (1 second) and the event
OnTimer :

Private Sub Form_Timer()
Label1.Visible = Not Label1.Visible
End Sub

Blinking labels are not a good practice to design forms. You should try
changinging the color instead.

Mauricio Silva

"an" wrote:

Hello!

In Access 2000,
Is possivel for one label to blink?

Thanks in advance.
an

  #3  
Old January 18th, 2005, 09:32 AM
an
external usenet poster
 
Posts: n/a
Default

Ok.

Thank you for your recomendation.
an


-----Original Message-----

Set the form's property TimeInterval to 1000 (1 second)

and the event
OnTimer :

Private Sub Form_Timer()
Label1.Visible = Not Label1.Visible
End Sub

Blinking labels are not a good practice to design forms.

You should try
changinging the color instead.

Mauricio Silva

"an" wrote:

Hello!

In Access 2000,
Is possivel for one label to blink?

Thanks in advance.
an

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My blinking line cursor in Word 2003 shrunk. How do I change cur. Jeepgirl General Discussion 1 December 15th, 2004 08:25 PM
blinking task-bar when opening hyperlink Mike B Powerpoint 2 November 7th, 2004 08:18 PM
Cursor stops blinking in Word 2000 tushar_pat General Discussion 1 August 28th, 2004 05:53 AM
OE 6 rapid blinking field tips above message when composing Tom Outlook Express 3 July 29th, 2004 08:29 PM
Blinking task bar Ed Jasper New Users 3 May 17th, 2004 06:17 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.