Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi, set a numeric field to a negative value don't work. Tage the attachtes pdf and this code: PdfDocument doc = this.pdfViewer1.Document; PdfInteractiveForms iforms = doc.FormFill.InterForm; PdfField field = iforms.Fields.First(x => x.FullName == "PosField"); field.Value = "123"; field = iforms.Fields.First(x => x.FullName == "NegField"); field.Value = "-123";  Positive.pdf (35kb) downloaded 3 time(s).
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
Hi, I checked your code. It works fine.
|
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi Paul, thanks for the quick answer, but have a look to my film. I tried a lot, but it don't work. Regards Peter  2018-08-07 08-36-15.zip (1,222kb) downloaded 2 time(s).
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
Are you using latest version?
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
Could you please provide your test app (full MSVC solution including all patagames assemblies and PDF file you are openning) Edited by user Tuesday, August 7, 2018 12:09:16 AM(UTC)
| Reason: Not specified
|
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi Paul, I'm so sorry, I used version 3.22, with new version 3.33 it's working! Sorry for your time! Regards Peter
|
|
|
|
|
|
Forum Jump
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.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close