Re: Tableupdate() problem

From: Sorin Sandu (ssandu_at_yahoo.com.del)
Date: 09/06/04


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.
>>
>



Relevant Pages

  • Re: DosAllocMem and OBJ_ANY
    ... You just have to know that DosAliasMem will give you an alias in low memory region for memory allocated in high memory region. ... Every call to DosAllocMem with OBJ_ANY will be followed by a DosAliasMem ... if the buffer is passed to an API call. ...
    (comp.os.os2.programmer.misc)
  • Re: Access violation when device plugged out
    ... Please do not send e-mail directly to this alias. ... I am sure the allocated memory is not freed also, ... during this time bulk transfer is done to read the data from ... deivce into the buffer and is further sent to processing. ...
    (microsoft.public.development.device.drivers)
  • Re: UMDF and METHOD_NEITHER
    ... if the method_neither buffer has embedded pointers, ... Please do not send e-mail directly to this alias. ... I am interested in writing a general UDMF filter driver for USB ... Currently kernel webcam drivers use METHOD_NEITHER to return video ...
    (microsoft.public.development.device.drivers)
  • Re: WdfRequestRetrieveOutputBuffer
    ... you just have to get the request parameters and use the pointer ... Please do not send e-mail directly to this alias. ... > parameters and just trust the pointer since this is an internal ioctl. ... >>> I don't know why the status is success but the buffer is null...... ...
    (microsoft.public.development.device.drivers)
  • Re: add more byte to some irp
    ... typically only the storage stack uses the ByetOffset part of the write. ... you trying to write 5 bytes into the buffer being sent? ... Please do not send e-mail directly to this alias. ... A irp will tell the driver write 8 byte to on-disk file, ...
    (microsoft.public.development.device.drivers)

Loading