I have a form app and grid app both based on a table. I added a column to the table and updated both apps via Data Dictionary. Immediately I could see the new field under Application => Synchronize Tables and then the fields list after confirming the add. However, there is no Synch Table option under the grid app nor can I see the new db column under the field list.
Despite this, I put a WHERE clause using the new column in the grid’s SQL and it works fine but the field is not available for display on the grid.
Is this normal? Is there any way to fix this without recreating the grid app manually?
If the only option is to recreate the grid app, is there a way to sort of automate this? Having to step through each fields properties and copy/ paste into events seems laborious.
Thanks