Restructer a table

hi,
If I restructure a table of the database (addition of one fields for example) during the conception of my form application, how to update automatically my form (fields is automatically added)?

For forms that is easy: go to application -> synchronize. For grids you need to modify the SQL section yourself, but I generally generate the sql statement using the sql builder and then copy/paste. If you have custom code in events then you need to apply the changes manually.