Welcome Guest Search | Active Topics | Sign In | Register

Filled PDF form text field is not visible until it receives focus Options
Nathan Smith
Posted: Friday, March 3, 2023 5:20:57 PM
Rank: Member
Groups: Member

Joined: 7/31/2012
Posts: 10
Thanks so much for the quick fix the other day that was awesome.

Our users raised another similar problem with a different form.
https://www.tdi.texas.gov/forms/dwc/dwc073wkstat.pdf

On (13. a) the middle date filed for day is not visible without focus.
The field last week was a combo box with same focus behavior.
What's not clear is why the other two for month and year are fine.

Quote:
PdfDocument doc = new PdfDocument("dwc073wkstat.pdf");
var field = doc.Fields["13a"];
field.Children[" return to work date day (dd)"].Value = "01";
field.Children[" return to work date month (mm)"].Value = "02";
field.Children[" return to work date year (yyyy)"].Value = "2003";
doc.Save("../../../output1.pdf");

eo_support
Posted: Monday, March 6, 2023 11:30:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 23,680
Thanks for the test file and code. We were able to find the root cause of this problem and we will post a new build as soon as possible.
eo_support
Posted: Thursday, March 16, 2023 2:37:37 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 23,680
Hi,

This is just to let you know that we have posted build 23.1.45 that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.