B
Bill
I am using a METHOD.GET to collect the updated and newly added data in the
form from the update data form to the next page where a SQL update statement
updates that row in the database. The problem is that when there is a lot
of data in the form fields, the SUBMIT button will not do anything, until I
reduce the data in the form fields to a certain length. If I take that same
data in all the form fields and do an insert into SQL, the submit button
works fine, it passes the data to the database. It is only when my form has
a METHOD.GET to collect the data and pass it to another SQL update page, is
where the SUBMIT button dies. Has anyone heard of this before as a FP2000
issue or is there a max char limitation using this function?
Thanks!
form from the update data form to the next page where a SQL update statement
updates that row in the database. The problem is that when there is a lot
of data in the form fields, the SUBMIT button will not do anything, until I
reduce the data in the form fields to a certain length. If I take that same
data in all the form fields and do an insert into SQL, the submit button
works fine, it passes the data to the database. It is only when my form has
a METHOD.GET to collect the data and pass it to another SQL update page, is
where the SUBMIT button dies. Has anyone heard of this before as a FP2000
issue or is there a max char limitation using this function?
Thanks!