Subject | Re: [IBO] Field value |
---|---|
Author | Luiz |
Post date | 2003-10-16T22:08:36Z |
----- Original Message -----
From: "callgas2001" <callgas@...>
>
> This declaration
>
> ttable.field1.text := ttable2.field1.text
>
> post empty string in the database but the value of field1 is null
>
> is correct?
What about:
Table1.FieldByName('FIELDNAME').Assign(Table2.FieldByName('FIELDNAME'))
Luiz.