Board index » delphi » QR3 professional - previewmodal, previewmodeless and paradox
Leon Sinagra
![]() Delphi Developer |
Mon, 25 Jun 2001 03:00:00 GMT
QR3 professional - previewmodal, previewmodeless and paradox
Can anyone tell me if paradox tables are the kind suitable for use with
previewmodal and previewmodeless. I am having problems using them. Here is the code I wrote for running a report procedure reportmenuitemOnclick1 (sender: TObject); reportform := TQuickReportForm.create(self); {a normal form containing table1.open; finally end; This procedure is not perfect at the moment, not sure if I have got it This can cause problems as whn I close the form that contins the menu There has got to be a neater way, and I would also like to use Any help greatly appreciated, thanks in advance n.b. on my report form I have Quickreport1 with the procedure similar to procedure Quickreport1OnPreview (QPrinter: TObject); |