Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not sure how to use FLL's
Message
From
15/12/2000 21:34:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Not sure how to use FLL's
Miscellaneous
Thread ID:
00454320
Message ID:
00454320
Views:
90
Hi:

I Downloaded cppTimer.FLL from the Files section.

The sample program runs great!!!

This is how you start the timer and execute a command:
SetupTimer(nTimerNo,nTimerInterval,cCommand)
i.e. SetUpTimer(1,200,"QUIT")

From within my form, SetUpTimer(1,200,"QUIT") executes and shuts down
my program.

However, a line such as ...

WITH THISFORM
.....SetUpTimer(1,200,".DoThisMethod()")
ENDWITH

does nothing.

What's up with that?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform