Subject | RE: [IBO] state |
---|---|
Author | Gediminas |
Post date | 2003-08-12T16:29:04Z |
is dataset must be in edit state in order to let enter text in TIB_Edit?
also got error, that there is missing field then posting: ID is missing,
but there is a before insert trigger NEW."ID" = gen_id( "ID_GEN" , 1 )
what is missing here? i thought, that trigger will insert needed ID value
when posting :-/
At 2003.08.12 15:53, you wrote:
The Truth Is Out There
also got error, that there is missing field then posting: ID is missing,
but there is a before insert trigger NEW."ID" = gen_id( "ID_GEN" , 1 )
what is missing here? i thought, that trigger will insert needed ID value
when posting :-/
At 2003.08.12 15:53, you wrote:
>Try :--/ Gediminas /--
> IB_Query->Insert or
> IB_Query->Edit
The Truth Is Out There