Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing a grid after a requery
Message
De
04/10/2006 00:33:56
 
 
À
02/10/2006 20:56:45
Arjun Bagojikop
Dynamic Super Software
Sangli, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01155001
Message ID:
01159216
Vues:
37
Dear Arjun,

As mentioned in my earlier thread, I have solved the problem with the following code:
SELECT vuepkg
scan
	SELECT pkg  &&This table has no matching child field
	CURSORSETPROP('Buffering', 5)&& Allows optimistic row buffering for &&pkg
	&&&Will create one now...
APPEND BLANK
	REPLACE ncode WITH vuepkg.nCode_a
	REPLACE ddate WITH vuepkg.ddate
	TABLEUPDATE() && Updates the table
endscan

SELECT vuepkg
REQUERY()
thisform.grid1.Refresh()
Regards,

Steve.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform