Subject How to edit a numeric field?
Author mirco@intellitec.de
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?

Thanks in advance for any help