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: 24,080
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: 24,080
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!
Olena
Posted: Sunday, July 23, 2023 11:35:59 PM
Rank: Newbie
Groups: Member

Joined: 7/23/2023
Posts: 2
Hi, I experience the same issue

I am updating the library from 16.1.4 version to the latest available 23.2.65. The data in Day/Month/Year fields are visible only with focus on the field. With the old version it worked with no issues.

Can you help me with that?
eo_support
Posted: Monday, July 24, 2023 4:59:11 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Olena wrote:
Hi, I experience the same issue

I am updating the library from 16.1.4 version to the latest available 23.2.65. The data in Day/Month/Year fields are visible only with focus on the field. With the old version it worked with no issues.

Can you help me with that?


We have looked into the file you sent to us and we can reproduce the problem here. This is a different issue than the one originally discussed in this thread because your field is a comb field and the problem is specifically related to this type of field. We are currently working on this and will reply again when we have an update.
eo_support
Posted: Tuesday, July 25, 2023 9:53:50 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi Olena,

We have found out the root of the problem. This will be fixed in our next build.

Thanks!
Olena
Posted: Tuesday, July 25, 2023 9:57:09 PM
Rank: Newbie
Groups: Member

Joined: 7/23/2023
Posts: 2
Hi, thank you. I look forward to the new build
eo_support
Posted: Wednesday, August 23, 2023 9:46:55 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

This is just to let you know that we have posted build 23.3.4 that should resolve this issue. 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.