Adding column in a form
DanicelaMay 11 2009 — edited May 13 2009I have to modify an existing form with a based data block, which has already some columns. (forms 6)
I had to add a new column to the table. (alter table .. add)
Then I added a text item that displayed as a column like the other ones.
I tried various things (like writing the name of the table column in "Column Name" property) but this column doesn't consider the actual things written in this column in the table of the database.
Do I need to do a particular thing ?