I was wondering if anyone is having the problems I am with forms. I have created single record forms and added Master/Detail forms (where the detail forms are multiple records). When testing the application, it forces me to enter the parameter to satisfy the primary key, as expected. Whenever I try to fiddle with the layout of the detail forms, specifically placing them in new pages (for showing them in tabs) I now get SQL errors. This one just happened to me:
Error while accessing the database
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘as sc_field_0, as sc_field_1 from parcel_owner WHERE (po_cad_id = ‘148252’’ at line 1
Then when I go back and reverse what I changed, and save the application again, the SQL error persists. I can never come back from it. It shouldn’t be this complicated to embed some details in a form. This tool is getting very frustrating for me despite reading the documentation (which is rather weak and not very intuitive). Any ideas are appreciated.