Re: Tableupdate() problem
From: Sorin Sandu (ssandu_at_yahoo.com.del)
Date: 09/06/04
- Next message: Stefan Wuebbe: "Re: Tableupdate() problem"
- Previous message: Stefan Wuebbe: "Re: Tableupdate() problem"
- In reply to: Stefan Wuebbe: "Re: Tableupdate() problem"
- Next in thread: Stefan Wuebbe: "Re: Tableupdate() problem"
- Reply: Stefan Wuebbe: "Re: Tableupdate() problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 15:09:11 +0300
Yes I have:
Table buffer for alias "name" contains uncommitted changes (Error 1545)
How can I resolve this ???
"Stefan Wuebbe" <stefan.wuebbe@gmx.de> a scris în mesajul de
stiri:%23IrhHMAlEHA.536@TK2MSFTNGP11.phx.gbl...
> You may want to check the return value of TableUpdate() anyway.
> When its .F. you can use AERROR() to get the reason.
> AERROR(aErrors)
> DO CASE
> CASE aErrors[1,1] = 1585 && Record changed by another user
> MessageBox(... && etc.
>
>
> hth
> -Stefan
>
> "Sorin Sandu" <ssandu@yahoo.com.del> schrieb im Newsbeitrag
> news:emygZ3$kEHA.3432@TK2MSFTNGP14.phx.gbl...
>> When I issue =TABLEUPDATE(0,.T.,"tablename") my changes are not commited.
>> I have Optimistic Buffering at form level against a remote view.
>> What things do I have to check ?
>> When I call =TABLEUPDATE(1,.T.,"amortizate") it's working.
>>
>
- Next message: Stefan Wuebbe: "Re: Tableupdate() problem"
- Previous message: Stefan Wuebbe: "Re: Tableupdate() problem"
- In reply to: Stefan Wuebbe: "Re: Tableupdate() problem"
- Next in thread: Stefan Wuebbe: "Re: Tableupdate() problem"
- Reply: Stefan Wuebbe: "Re: Tableupdate() problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|