Subject RE: [IBO] TIB_UpdateBar problem ...
Author Guillermo Najar
Thanx Geoff,

I modified my SQL and set the KeyRelation. I was happy: the update and
insert buttons were enabled; the problem was that on the grid, it allowed me
to get into the field but I just could navigate through it, not modify it
... as a read only field where the coursor can get in, but no change on the
string can be done. What could it be?

Regards,
Guillermo


"Geoff Worboys" <geoff@...> escribi� en el mensaje de
noticias 00d101c0d52d$37321e90$0201950a@hex...
> Guillermo,
>
> If the query is readonly no update actions are available and so all
> updatebar buttons would be disabled. Could it be that your query is
> read only because...
>
> 1. You have not included "FOR UPDATE" in your SQL, so it is likely
> that the RequestLive property of the query is false.
>
> and/or
>
> 2. The query is a joined selected, which usually means you need to
> tell IBO which is the primary relation (KeyRelation property) in order
> that IBO can build the required insert/update/delete statements.
>
>
> HTH
>
> Geoff Worboys
> Telesis Computing
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>