Re: Table buffering & select table conflict
- From: Bankim Desai <BankimDesai@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Nov 2006 05:43:01 -0800
Hi, stefan
I am not getting you by third parameter.
Pleae give me the command what i should write in place of what
& shall i have to cleat the table buffering & if yes, how.
Bankim Desai
"Stefan Wuebbe" wrote:
.i am updating the data with
tableupdate(0,.t.) command,
i am not coming out of the buffering
You need to make sure to update the desired workarea (by using
the third TableUpdate() parameter).
And it's important to check success by evaluating the return value.
When TableUpdate() returns .F., you can use AError() to get the
reason.
hth
-Stefan
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------
"Bankim Desai" <BankimDesai@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:58448615-6120-4CBC-B65D-0F3027A6617D@xxxxxxxxxxxxxxxx
Sir,
I am using free table for updating & fetching the record based on particulat
index.
say
sele a
use bomast inde bomast alias bomast
set order to boid
thus the table is already ready for use
now i am issuing other commands as under for master viewing & updateing the
same in pageframe programme.
set multilocks on
=CURSORSETPROP('Buffering', 5, 'bomast')
m.boid=boid
i am updating the data with
tableupdate(0,.t.) command,
i am not coming out of the buffering
this whole process is on network & not single use.
but surprised to note sometimes that records are updated & sometime
evenafter successfuk\l modification / updation
records are not updated / appended at all.
- Follow-Ups:
- Re: Table buffering & select table conflict
- From: Stefan Wuebbe
- Re: Table buffering & select table conflict
- Prev by Date: Problem with the lisbox control nItemID - 32767
- Next by Date: Re: Problem with the lisbox control nItemID - 32767
- Previous by thread: Problem with the lisbox control nItemID - 32767
- Next by thread: Re: Table buffering & select table conflict
- Index(es):
Relevant Pages
|