RE: Buffering and TableUpdate()

2006-07-31 Thread Dave Crozier
Kent, Unless you do a refresh of the data, the machine sitting on the original record will not see the changes unless it tries to commit a change of its own. Then and only then will you get an exception thrown and you can decide what data is the most up to date. You need to refresh the data

Re: Buffering and TableUpdate()

2006-07-31 Thread Michael Babcock
Kent Belan wrote: Hello, I am having a problem with my application VFP9 SP1. I have all free tables with optimistic row buffering. If I make a change on one computer and tableupdate() returns true, other computers will not see the change to the data. Example, 2 computers are sitting on the

RE: Buffering and TableUpdate()

2006-07-31 Thread Kent Belan
Hello Dave, Thanks for the reply. How do I refresh the data on computer 2 after computer 1 makes a change? I understand the timer, but do I have to seek the invoice or can I just do a thisform.refresh() Thanks, Kent Kent, Unless you do a refresh of the data, the machine sitting on the

RE: Buffering and TableUpdate()

2006-07-31 Thread Dave Crozier
PROTECTED] On Behalf Of Kent Belan Sent: 31 July 2006 15:37 To: ProFox Email List Subject: RE: Buffering and TableUpdate() Hello Dave, Thanks for the reply. How do I refresh the data on computer 2 after computer 1 makes a change? I understand the timer, but do I have to seek the invoice or can I

RE: Buffering and TableUpdate()

2006-07-31 Thread Rick Schummer
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kent Belan Sent: Monday, July 31, 2006 10:37 AM To: [EMAIL PROTECTED] Subject: RE: Buffering and TableUpdate() Hello Dave, Thanks for the reply. How do I refresh the data on computer 2 after computer 1 makes a change? I understand the timer, but do I