Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid not displaying data after timer firing
Message
From
28/06/2002 21:07:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid not displaying data after timer firing
Miscellaneous
Thread ID:
00673566
Message ID:
00673566
Views:
49
Hi,

I have a simple form with a grid and a timer control.

The timer control refreshes the data in the grid every 3 minutes. When the timer fires, the grid goes blank (grid lines etc are still there, this is not a loss of control source problem), but the only way I can get the grid to actually display anything is via a key press. This can be any key (Delete, Insert etc).

Here's the Timer's code...

THISFORM.fillSchedule()
THISFORM.REFRESH
THISFORM.grid1.enabled=.t.
THISFORM.grid1.refresh
THISFORM.grid1.setfocus

Has anyone come across this problem?

Regards
Doug Johnston
Next
Reply
Map
View

Click here to load this message in the networking platform