| Project: | PDF Include project |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
I have followed the instructions in the documentation and get the following error
Value 4294967292 too large to fit in INTEGER datatype (13682)
I am running Openedge 10.2B on a 32 bit Windows 7 platform.
Am I missing something?
Comments
#1
Hi
In pdf_inc.p, DetermineUserKey40, try adding the following line:
vP-str = -1.
juste before
PUT-BITS(vP-Str,1,1) = 0. /* Reserved */
PUT-BITS(vP-Str,2,1) = 0. /* Reserved */
...
++
Jice
#2
Thanks Jice, solved the problem
#3
you're welcome!