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
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