7/21/2009 12:44 PM | |
Posts: 28 Rating:
|
Hello, I've written an own hardcopy that uses the hardcopy.rpl posted before. Step by step: 1. make a page layout or copy the posted file into PRT folder - A4 landscape 2. make a print job that references the hardcopy.rpl layout HCopy 4. make the internal area tags referenced by hardcopy.rpl - HardcopyLeft - HardcopyTop - HardcopyWidth - HardcopyHeight 5. write a c-script into a bottom with this content SetTagWord("HardcopyLeft",0); SetTagWord("HardcopyTop",0); SetTagWord("HardcopyWidth",1280); SetTagWord("HardcopyHeight",1024); RPTPrintJob("HCopy"); Regards Ványa AttachmentHardcopyPart.zip (122 Downloads) |
Follow us on