Customers are asking to have more possibilities when they enter data into a memofield. They would like to use at least bold or Italic in descriptions of products. This isn't a problem with DCRTF which can be adapted to their needs.
I thought I could use the dcprint RTF to print this on documents. If the description must be printed on invoices, i need to use the dcprint RTF. In my test it looks as this isn't working as expected.
Some questions:
- Can DCPRINT RTF be used to print in combination with other DCPRINT commands on the same page? I tried this with the invoice.prg in the samples\printer folder, and it doesn't work for me.
Added the below code at line 500 in invoice.prg.
Code: Select all
// Print RTF
cRtf := memoread("test.rtf")
@ 1,1,50,10 dcprint RTF cRtf