Board index » delphi » QuickReport 3.0.5

QuickReport 3.0.5

I have this problem :

I use a custom previewing form registrered by a
RegisterPreviewClass(TQRPrevInterf).

On my preview form, there is a button who print the current page of my
report.
The preview report can be a quickreport or a composition report.

I try to do it but I don't find how can i do this.

Please help me.

Thank.

 

Re:QuickReport 3.0.5


Quote
>I use a custom previewing form registrered by a
>RegisterPreviewClass(TQRPrevInterf).

What is a class? Can't find that in the help.

Quote
>On my preview form, there is a button who print the current page of my
>report.

What is a form?

Quote
>The preview report can be a quickreport or a composition report.

What is a report?

Quote
>I try to do it but I don't find how can i do this.

Use a goto :

label loopje;

begin
   loopje:
       writeln('What am I talking about?');
     goto loopje;
end.

Other Threads