Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / June 2007

Tip: Looking for answers? Try searching our database.

Forms timer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
acss - 13 Jun 2007 19:58 GMT
I am trying to have my text blink with the following:

Private Sub Form_Timer()
Me.VendorName.Visible = Not Me.VendorName.Visible
End Sub

I try hiding fields which works untill  i get to one control (does not have
the name VendorName) and i receive a runtime error--cannot hide control which
has focus. Is there a way around this?
Marshall Barton - 13 Jun 2007 20:16 GMT
>I am trying to have my text blink with the following:
>
[quoted text clipped - 5 lines]
>the name VendorName) and i receive a runtime error--cannot hide control which
>has focus. Is there a way around this?

Set the focus to a control that doesn't blink or change
backcolor instead of visible.

Signature

Marsh
MVP [MS Access]

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.