Multi line form errors

Hi, I am a newbie to ScriptCase and PHP. I have a new multiline form that worked fine the first time I ran it but after making a few cosmetic changes I now get errors on the page.
Please see attached image. The first error is a syntax error at line 3544 of form_dbo_aggcattalog1_2.php and there are only 2433 lines in that file. I assume there are includes that would cause it to be at a bigger line number. How do I find out where that line actually is?

Errors.jpg

Re: Multi line form errors

This was resolved by:
I have a boolean column inthe database and I was using a checkbox in this application to set it. I turned it off and the the problem went away. Not sure why. Is this a bug?

Re: Multi line form errors

checkbox needs a numeric field. 1 = true, 0 (or empty) = false. So change your table definition, or create a view based on the table.