I have two radio buttons in a table cell with a positioned subform. The data from this exclusion group will not export to a spreadsheet. Any idea why? the binding for the table, row, and group look okay. Why?.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I think this is one of the things that was broken in Acrobat X, used to work in 9 and seems to in XI.
If you are on Acrobat X maybe you can add a hidden textfield and set it's value on the change event of the radio button.
So;
HiddenAuditResult.rawValue = AuditResult.rawValue;
Hi,
I think this is one of the things that was broken in Acrobat X, used to work in 9 and seems to in XI.
If you are on Acrobat X maybe you can add a hidden textfield and set it's value on the change event of the radio button.
So;
HiddenAuditResult.rawValue = AuditResult.rawValue;
Thanks for your reply. I will take your suggestion - thanks for your help..
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies