Add timer control to the form. Set up it to fire timer event, for example, each 5 seconds (Timer.Interval = 5000). In Timer event put rereshing code. Note that in case of view you will require to use refresh() command. In case of table you will require to use SET REFRESH command to refresh intarnal VFP buffers as quickly as possible.
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.