Subject | Re: TIB_Grid doesn't accept edits (Cont.) |
---|---|
Author | tibotaka |
Post date | 2005-09-09T15:41:01Z |
I know, it's trivial, but did You set RequestLive := True?
(RequestLive is property of TIBOQuery and TIB_Query).
tibotaka
--- In IBObjects@yahoogroups.com, "Roberto Freitas"
<solanofreitas@t...> wrote:
(RequestLive is property of TIBOQuery and TIB_Query).
tibotaka
--- In IBObjects@yahoogroups.com, "Roberto Freitas"
<solanofreitas@t...> wrote:
> Thanks, Set.
> I've inspected all itens you listed, but everithing is right.
> - IB_QueryConta SQL property:
> SELECT * FROM Conta
> ORDER BY cct_conta
> - KeyLinksAutoDefine: True
> - KeyLinks property:
> Conta.cct_ciireg
> Conta.cct_ident
> (Fields cct_ciireg and cct_ident are the Primary Key's table)
> So, problem continues. Have you any other idea?