Cannot add new table column to simple form

I created a (simple) form based on one table, the form works fine.

I just added one column to the table. This column is not visible in the form definition! I restarted scriptcase, but the new column won’t show in my application. When I create a new application based on the same table, the new column is present.

How can I make a new table column visible to my existing application/form?

thanks a lot for your thoughts.

Re: Cannot add new table column to simple form

Hi rienkdevries,

just try to:

Application -> Synchronize Table

I am sure you can add the column with that …

Best regards

Eric

Re: Cannot add new table column to simple form

Also note that in a Grid app, you simply have to add the field to the SQL statement, as there is no Sync.

Regards,
Scott.

Re: Cannot add new table column to simple form

thanks a lot, it worked.