Subject Re: query->datasource->TIB_Memo - cannot edit
Author Marco Menardi <mmenaz@lycosmail.com>
Is your query RequestLive set to true? And ReadOnly to false? Or, if
there is a join in the select, are you providing keylinks and
Keyrelation values?
regards
Marco Menardi

--- In IBObjects@yahoogroups.com, "tickerboo2002 <support@t...>"
<support@t...> wrote:
> Hello
>
> I have a query linked to a datasource which is connected to a number
> of TIB_Memo's. In my form, I do the following:
>
> qry->Open();
> qry->Edit();
>
> and the datasource's AutoEdit is true.
>
> The memo's are populated correctly, but I cannot edit them.
>
> I'm missing something obvious.....any ideas?
>
> TIA
>
> David