Synchronize Grid with Database to recognize new fields

Hello,

how can I synchronize a grid application to the database in order to accept new database fields?
In form applications, there is this function “synchronize table”, but that’s not available in a grid application.

Thanks for your help,
Sascha.

Re: Synchronize Grid with Database to recognize new fields

Grid has no Sync feature. Simply change the SQL statement and it will update.

Beware that in some rare instances, the field settings get reset and you will have to start over. This will happen of the SQL is complicated. Basic SQL does not suffer from this.
Backup your grid app first.

Regards,
Scott.