Subject Re: [IBO] IB_UpdateBar - Delete button not active unless RequestLive
Author Helen Borrie
At 11:09 PM 06-12-00 -0500, you wrote:
>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..

RequestLive only tells IBO - "go ahead and do the DML for insert, update
and delete by the rules, if you can". If you set a specific delete
statement in the DeleteSQL property, this effectively overrides the effect
of setting RequestLive to False, as far as deleting goes. Try it - you
should see the delete button appear enabled.

H.

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________