Topic: Move feild from one TableGrid to an other

Hi.
I want to move one field from Tablegrid1 to an Tablegrid2.
+ Move Text to Tablegrid2 .
      Form1.TableGrid2.???? := 'Text'

How do I do that?
Thanks

Re: Move feild from one TableGrid to an other

Hello,


I think your not quite understand how database works, TableGrids just shows records from database.


Please describe, what exactly you need to do ?

Dmitry.

Re: Move feild from one TableGrid to an other

hI!
Ok I understand and it was what I thought but I must ask. smile