Board index » delphi » My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / Paradox
SkyFighter1
![]() Delphi Developer |
Sat, 01 Jul 2000 03:00:00 GMT
|
SkyFighter1
![]() Delphi Developer |
Sat, 01 Jul 2000 03:00:00 GMT
My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / ParadoxI make my own preview window, and following the Help directives I put this --- I can see the pages, change the zoom, etc. Then I close the preview window, Thanks! Greetings from Sky |
nicchi rober
![]() Delphi Developer |
Sat, 01 Jul 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / ParadoxOn Tue, 13 Jan 1998 11:18:33 -0300, "SkyFighter1" Quote<skyfight...@usa.net> wrote: isn't it ? it's a bug ... :(((((((((((((((( Quote>I make my own preview window, and following the Help directives I put this |
Temmy Schafe
![]() Delphi Developer |
Sun, 02 Jul 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / ParadoxWe also use our own previewer. We have the same problem with closing I was wondering, though, if you might have some insight on what we might I either have to use QRPrinter.Print to print the whole thing or I don't Any help would be greatly appreciated. Respectfully, T. Schafer QuoteSkyFighter1 wrote: |
Gregor Ibi
![]() Delphi Developer |
Tue, 11 Jul 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / ParadoxSame to me! Grghgrgrgr ... Gregor Ibic QuoteSkyFighter1 wrote in message <69g4jd$ba...@forums.borland.com>... |
Brad
![]() Delphi Developer |
Tue, 18 Jul 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / ParadoxYou have to free the preview windows and then the parent form will close! -- Brad Evans _|_|_| R E A L T I M E C O M P U T I N G Quote>>I can see the pages, change the zoom, etc. Then I close the preview |
SkyFighter On
![]() Delphi Developer |
Mon, 24 Jul 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / ParadoxYes, that is true. But the that implies recreate the preview every time I Greetings of Sky Brad escribi en mensaje <6arvm0$qp...@demeter.omen.com.au>... Quote>You have to free the preview windows and then the parent form will close! |
Tom DiCosol
![]() Delphi Developer |
Fri, 22 Sep 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / Paradoxnot to mention easily confused .free's and .create's - which is my it seems like the preview form is resetting the parent's modalResult - I freeing the preview form before changing the modal result works fine - when I tried different ways of freeing each preview, the program would has anyone figured out how to get around this???? Tom QuoteSkyFighter One wrote: |
Tom DiCosol
![]() Delphi Developer |
Sat, 23 Sep 2000 03:00:00 GMT
Re:My own preview window - QuickReport V2.0J / Delphi V3.0 Pro / Paradoxhmmm...I just got it working with the following code procedure TfrmReportGenie.bbtnCloseClick(Sender: TObject); frmPreview.Free; frmReportGenie.ModalResult := mrOk; end; so far this seems to work in all cases: hope this works for everyone! Tom QuoteSkyFighter1 wrote: |
1. Changes on Paradox Tables (Delphi V3 Pro - Paradox)
2. QReport V2.0j Pro Page Orientation problem
3. QuickReport 2.0J, Delphi1 and Preview.Canvas
4. Quickreport 2.0j form does preview but not print
5. BDE Settings - Delphi V3 Pro / Paradox
6. Crazy Index - Delphi V3 Pro / Paradox
7. Indexing Wrong? - Delphi V3 Pro - Paradox
8. Indexing Wrong? - Delphi V3 Pro - Paradox