Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multi-user & grid problem

Status
Not open for further replies.

chinkoh

Programmer
Mar 15, 2002
8
MY
My form is grid format..
User 1 edit recno 1 then update new value ,
after update user 2 still show the old value of recno 1 ... why the data didnot update at user 2...


I use table buffer is 5 , after update new value I use tableupdate(.t.) to update

( vfp ver6.0)

thank you
 
check your help file on the set refresh command, that should take care of your problem. Attitude is Everything
 
Hi
When you want to update to table use
SKIP 0
to suppress record to table.

Let me know if it works
Bada
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top