I've attached the before and after of the pdf itself...
You will notice that in the before, the dropdown boxes are able to be selected and typed into as combos, etc... no issues.
The after shot you will notice that the dropdowns show nothing... even though the values are there and selected... which you can see as soon as you click on the field itself... it will show what is actually selected... (see below example... in that column those fields have been given values.)
so... the code... here is what I am doing:
PdfLoadedComboBoxField fdata = form.Fields["S10-1"] as PdfLoadedComboBoxField;
PdfLoadedComboBoxItemCollection comboCollection = fdata.Items;
fdata.Editable = true;
fdata.Visibility = PdfFormFieldVisibility.Visible;
fdata.SelectedValue = "Gearless";
I have been struggling with trying to get this visible after the selection has been set... and I cannot figure out why... could not find anything on the forum for this either.
I'd appreciate any help you could provide.
Thanks,
Attachment:
TractionForm_136491bb.zip