Subject | Re: [IBO] Updating column in grid with joined query |
---|---|
Author | Lucas Franzen |
Post date | 2006-09-17T17:40:19Z |
John Costanzo schrieb:
KeyRelation property to this one.
Remember to set appropriate the KeyLinks.
Using the EditSQL property of the IB_Query you can also have all sides
updatable by invoking a stored procedure that's doing the job.
Luc.
> Hello:If you want to have one table within the columns updatable set the
>
> I have a TIB_Grid that displays the results of a TIB_Query that has
> joined tables. It appears that because the tables are joined I am
> unable to edit any fields in the grid. It seems that the result set
> is by default read only even though I have RequestLibe set to True and
> I open for update. I want my users to have the ability to directly
> edit a field in the grid. Is there a way to accomplish this?
KeyRelation property to this one.
Remember to set appropriate the KeyLinks.
Using the EditSQL property of the IB_Query you can also have all sides
updatable by invoking a stored procedure that's doing the job.
Luc.