I changed the table structure of a fairly new table that a fairly new form is based on. the table, called EmailReportsTo, has 3 fields: EmailReportsToKey, SendToType and Seq.
EmailReportsTo: was GUID, then I changed it to text. then I wrote sql to update the 3 records I have to a text-type of value. Now the form seems to be corrupted. When I run the form, everything looks good. Inspector shows 3 fields and values as expected. When I click the Action Button to run a function, not only doesn’t the function run, the “Fields” section of the inspector no longer contains any entries. The “Form” section still contains the field names and values, but something is messed up. I tried so many things to fix this.
Finally I built a brand new form, based it on the table, and put only one page on the form and added Action Button to run a completely new function which only logs a message. Still, the “Fields” section in the inspector becomes empty. So something about changing the field type of the primary key of the table seems to have messed this whole thing up.
I tried exporting an FDF in case you need it but it won’t export. Keeps saying something like “Bad Gateway” and logs me off. I will continue to try and export the FDF. If successful I will copy it to my OneDrive folder that you have access to.
In the meantime, do you have any ideas why this may have happened? I do not mind deleting the entire form and table and re-building them. But I’m worried the entire application may now be corrupted. This is now fairly urgent. Can you help?
Thanks…