Re: Tableupdate() problem
From: Stefan Wuebbe (stefan.wuebbe_at_gmx.de)
Date: 09/06/04
- Previous message: Sorin Sandu: "Tableupdate() problem"
- In reply to: Sorin Sandu: "Tableupdate() problem"
- Next in thread: Sorin Sandu: "Re: Tableupdate() problem"
- Reply: Sorin Sandu: "Re: Tableupdate() problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 13:19:06 +0200
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.
>
- Previous message: Sorin Sandu: "Tableupdate() problem"
- In reply to: Sorin Sandu: "Tableupdate() problem"
- Next in thread: Sorin Sandu: "Re: Tableupdate() problem"
- Reply: Sorin Sandu: "Re: Tableupdate() problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading