Hi Y'All,
I have the following problem. I have a problem with my grid which is not refreshing properly for some reason. Here is my specs (vfp8). When a user changes the values in the dbf the newly displayed values in the cells appear in the grid with no problems at all, however, it seems that the 'dynamicbackcolor' and 'dynamicbackcolor' don't refresh themselves properly. This is what I have in the dynamicbackcolor fx "="IIF(tticket.needupd, RGB(255,255,0), RGB(255,255,255))""
I also have a 'timer' in my form which does the following:
GO top
THISFORM.grid1.REFRESH()
every 5000 milliseconds
Any reason why the the dynamicbackcolor does not refresh itself properly but the value in the cells do? Any ideas on what to do ensure that the dynamicbackcolor gets executed?
I'm at my wits end. Please help
Thanks,
F1
I have the following problem. I have a problem with my grid which is not refreshing properly for some reason. Here is my specs (vfp8). When a user changes the values in the dbf the newly displayed values in the cells appear in the grid with no problems at all, however, it seems that the 'dynamicbackcolor' and 'dynamicbackcolor' don't refresh themselves properly. This is what I have in the dynamicbackcolor fx "="IIF(tticket.needupd, RGB(255,255,0), RGB(255,255,255))""
I also have a 'timer' in my form which does the following:
GO top
THISFORM.grid1.REFRESH()
every 5000 milliseconds
Any reason why the the dynamicbackcolor does not refresh itself properly but the value in the cells do? Any ideas on what to do ensure that the dynamicbackcolor gets executed?
I'm at my wits end. Please help
Thanks,
F1