Hello,
I have to draw round boxes / rectangle and print BMP on an invoice. How can I do the same ? I used to achieve the same using Win32Prn() in xHarbour.
I could not find the solution in samples\Reports.
Can somebody guide me ?
TIA
Milan.
Hello,
I have to draw round boxes / rectangle and print BMP on an invoice. How can I do the same ? I used to achieve the same using Win32Prn() in xHarbour.
I could not find the solution in samples\Reports.
Can somebody guide me ?
TIA
Milan.
Milan,
Have you looked at the FW sample reports in \samples\reports\?
James
For boxes:
TPrinter:Box() and TPrinter:RoundBox() methods.
For BMP:
TPrinter:SayBitmap() method.
EMG