hi
I'm having a bit of a problem with a form I created in livecycle designer.
I have connected the form to a MySQL database.
whenever I try to update a record , retrieved via navigation buttons or search box, the 1st record in the mysql database is overwritten.
I'm using the xfa.sourceSet.DataConnection.update() with and an click event
I have my Stay BOF and Stay EOF set on the data connections.
I'm not sure what I am doing wrong.
The forms Data connections are using sql select query because the table in the database has an auto incrementing column.
any suggestions you guys provide will be appreciated.