Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Class
Message
From
25/01/2003 00:59:35
 
 
To
23/01/2003 16:21:01
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00744857
Message ID:
00745366
Views:
14
Worked fine for me.

I added in a step so I could see it firing though.
oTimer = CREATEOBJECT('FTPTimer')
set step on

DEFINE CLASS FTPTimer AS Timer

  Interval = 5000

  PROCEDURE Timer Event
    WAIT 'TEST' WINDOW TIMEOUT .5
  ENDPROC

ENDDEFINE
Carole Shaw
Fred Hutchinson Cancer Research Center

Eagles may soar, but weasels don't get sucked into jet engines.
Previous
Reply
Map
View

Click here to load this message in the networking platform