At the minute I have a True DBGrid that on the form load event is populated using a SQL stored procedure (an spg) and an event "GetAllRecords". What I have to do is to add a timer control and refresh the grid every 10 seconds while it's active.

Now I know I have to set the timer interval to 10,000, but how do I get the grid to re-populate all the time? Where do I place the code to allow this to happen?

Any ideas? All help appreciated!

Thanx in advance
Gin