Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing a grid after a requery
Message
From
04/10/2006 00:33:56
 
 
To
02/10/2006 20:56:45
Arjun Bagojikop
Dynamic Super Software
Sangli, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01155001
Message ID:
01159216
Views:
36
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform