Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about timer and refreshing a grid
Message
De
26/04/2004 15:00:49
 
 
À
25/04/2004 22:23:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00898017
Message ID:
00898284
Vues:
12
try this
Grid1.RecordSource = Grid1.RecordSource
check the recordsourcetype property of your grid.

If this not work, then try this:

public servercount
Grid1.RecordSource = Grid1.RecordSource
thisform.mygrid1.refresh()

sele drs
servercount=reccount()

if servercount>nreccount
#define ccicon "add.ico"
with thisform.foxtray
.iconsource = ccicon
.icontip = "There are " + alltrim(str(servercount-nreccount)) + " unread documents in your list."
.showicon
endwith
nreccount=servercount
endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform