Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating a grid
Message
De
06/01/2000 09:59:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Updating a grid
Divers
Thread ID:
00313875
Message ID:
00313875
Vues:
80
I'm using vfp 6.0. I have a timed event that will update a grid but nothing happens when the timer goes off...the grid doesn't appear to be updated....

Here's the code in the timer event....


SELECT ID FROM NEWFORMS ;
INTO CURSOR cNewRegs ;
WHERE !EMPTY(ID) ;
AND EMPTY(STATUS) ;
AND REG_TYPE = .T.

IF _TALLY = 0
WAIT WIND 'No updates to be made' timeout .5
else
wait wind 'updating grid with new data' timeout 1
ThisForm.RegGrid.refresh()
endif

TIA

Jeff T.
Thanks in Advance.

J. Turner
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform