I have a VFP7.0 Sp1 exe which starts by instantiating 3 timers in _screen, Simple stuff - one just shows the current time:
***
nTime3Int = 1000
_SCREEN.ADDOBJECT('currevent','eventlab')
_screen.currevent.top = 10
_Screen.AddObject('Timer3','myTimer3')
_screen.timer3.interval = nTime3Int...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.