Subject Re: [IBO] IB_UpdateBar - Delete button not active unless RequestLive
Author Jason Wharton
Nope, deletes are in essence an update telling the record it should go away.
What is unusual is that inserting isn't covered by RequestLive and I think
perhaps I should have.

The reason is because when first making IBO I was concentrating on the FOR
UPDATE and the live cursor capabilities (which are now pretty much archaic)
but the pattern this established in my mind has carried forward.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Michael L. Horne" <guardian@...>
To: <IBObjects@egroups.com>
Sent: Wednesday, December 06, 2000 9:09 PM
Subject: [IBO] IB_UpdateBar - Delete button not active unless RequestLive


> Hello Jason,
>
> Version 36c.
>
> I have a form containing TIB_Query, TIB_Datasource, TIB_Grid,
> and a TIB_UpdateBar.
>
> All the components work together fine. However, I noticed
> that if I set RequestLive to False, the DELETE button on
> the TIB_UpdateBar is disabled, WHY?
>
> I would think that deletes could be done without the
> RequestLive..
>
> Thanks
> Michael L. Horne
>