xnet
|
| Posted: 04/30/2002, 5:28 PM |
|
Hi there!
To all PHP users and CC developers:
Let's say that I have an editable PDF document.
How can I overprint the PDF with values from a database instead of generating a grid in HTML?
It's tough, isn't it?
|
|
|
 |
Nicole
|
| Posted: 05/02/2002, 3:49 AM |
|
Hello,
I think you can create empty grid (with hidden fields added) or Record form (with hidden fields as well) and place custom code to before Show event that opens file for writing and copy field values from recordset to file.
|
|
|
 |
|