Error after synchronize table

Hello,
i have dropped some fields in my postgres table. After this i synchronize the table in a form app. When i run the app it’s run into an error:
Parse error: syntax error, unexpected ‘,’, expecting identifier (T_STRING) or variable (T_VARIABLE) or ‘{’ or ‘$’ in …

how can i solve this bug?
Thanks for any help!

Siggi

your first problem is go back with your date , i hope you have backing up your tables,
second, your must edit your grid and correct your select ,
third, go to edit your form, go to the procedure update and type correct update …table set xxx = $$$,yyy = $$$
or if inserting INTO(,) there are empty ‘,’ and VALUES to (,)