Subject Re: [IBO] How to edit a numeric field?
Author Lucas Franzen
mirco@... schrieb:
>
> Maybe this is a stupid questions, because I guess this is a very
> frequent task:
>
> How do I edit a numeric field with TIB_Edit?
>
> I dropped a query on a form, entered an SQL string, generated update
> SQL statements for the table and bound 2 edit boxes to the query (via
> tib_datasource of course). The edit box bound to the char(...) field
> is editable, the one bound to a numeric field (Interbase data type
> integer) is not.
>
> What is wrong?

If you select from one table you don't need an update statement.

Does it work when you clear the update-statement?

If so: have a look if the update statement is correct (ie the field
names are written correct, the param-name is equal to the field name)

luc.