Timer Component

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geoff

    Timer Component

    Is it possible to add a timer component to the Toolbox? How do I do it?

    Thanks

    Geoff


  • Olaf Rabbachin

    #2
    Re: Timer Component

    Hi,

    On Fri, 6 Feb 2004 19:45:27 -0000, Geoff wrote:
    [color=blue]
    > Is it possible to add a timer component to the Toolbox? How do I do it?[/color]

    there is no timer-control in Access as in VB. But every form has a
    timer-interval and an event being fired then (check the
    events-properties-page).
    Coming from VB, this may be a little irritating (i.e. requiring extra code)
    if you need more than one timer though.

    Cheers,
    Olaf [MVP]
    --
    My .02: www.Resources.IntuiDev.com

    Comment

    • Peter Russell

      #3
      Re: Timer Component

      Forms have a built-in timer property.

      Peter Russell


      Geoff previously wrote:
      [color=blue]
      > Is it possible to add a timer component to the Toolbox? How do I do it?
      >
      > Thanks
      >
      > Geoff
      >
      >
      >[/color]

      Comment

      Working...