PDA

View Full Version : Manual Error - PDF



GordS
02-13-2011, 12:51 PM
The example in your manual for Valence 2.2 as an error. I was implemeting the creation of a PDF file using your vvPDF code. I was trying to change some column attributes to make my resulting PDF better.

The following code in the manual is wrong.


d $column ds likeds(vvPDF) dim(8)


After I added the above line and added it to my vvPdf_addTable procedure call I would get a "data decimal error'. I was not sure why. I then checked your resources example code. I noticed that the above line of code was different.


d $column ds likeds(vvPDF) dim(8) Inz


The Inz made the difference. Please change your manual so somebody does not run into the same error. Thanks

robert.swanson
02-14-2011, 07:31 AM
Thanks for the heads up! We'll make sure this is corrected in the 2.2 maintenance release, which should be available later this week.