Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid not displaying data after timer firing
Message
De
28/06/2002 21:07:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Grid not displaying data after timer firing
Divers
Thread ID:
00673566
Message ID:
00673566
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform