Dashboard Question

I have a dashboard with a form and a grid. The grid is based on the PROCESS mysql table which has a text field “PROGRESS.” The form has a DO IT button that kicks off a redir to a blank and that calls some mysql stored proc. DURING the blank and in the stored procs, an insert it done often to the PROCESS table telling me what is going on. For example, “35967 records loaded” or “IN NAME CLEANUP.” The grid on the dashboard is set to refresh every 10 seconds and show the latest entry (it has a pk and is sorted desc). Even though it winks as if it is refreshing, it doesn’t show anything but the first and last text entry. Is this expecting too much?