Question and Answer Database FAQ2996D.txt Getting AddPrintable to work Category :Quick Reports Platform :All Product :All 32 bit Question: I can't get AddPrintable to work. Answer: Do something like this: with TQRDBText(DetailBand1.AddPrintable(TQRDBText)) do begin DataField := 'Test'; // Do other stuff end; 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99