I have a program that prints checks via VB using the Printer object. I am thinking about creating a CR report to do this instead. Has anyone ever done this that could provide some tips on lining up the data?
Printable View
I have a program that prints checks via VB using the Printer object. I am thinking about creating a CR report to do this instead. Has anyone ever done this that could provide some tips on lining up the data?
Do you have a scanner? If yes, its simple and if you do it right you won't waste a cheque.
Scan the cheque and create an actual size image.
In Crystal, put the image in the PageHeader.
Set the "Underlay Following Sections" option of the PageHeader.
In the section after the page header place you detail information.
Preview your report and then adjust the detail info as needed.
awesome... I am still waiting for the check stock to come in but sounds like it should be easy. Thanks for the info!