Avatar

Not applicable

Today I did some troubleshooting.  Instead of using MS Access I set up simple MySQL database with 3 text fields (no auto-incrementing fields).  Again I was able to quickly connect my LiveCycle form to the MySQL ODBC data source and display the first record from the table but any buttons with click actions that run and javascript lines beginning with xfa.sourceSet.{Name of my data source in LC here}.* commands do not work at all.

I know my buttons work.  I can run some xfa.host.messagebox("blah") commands to test that clicking the buttons triggers the javascript code, it's only the xfa.sourceSet.* lines that aren't working.

Now that I have even changed databases and ODBC drivers, what am I still doing wrong?  Once I set up the DataConnection in LiveCycle I am then right clicking on it to select 'Generate fields' or clicking and dragging the fields from my DataConnection to the form.  It displays the data, but why can't I work with it.

What am I doing wrong?

I am desperate.