Re: How do we call a form which contains QReport ?

"ebis007de" <[email protected]>
Newsgroups gmane.comp.lang.delphi.programming
Message-ID <[email protected]>
> How do we call a form which contains QReport?
> Let's say, a menu calls a child form, anf he child form calls the
> form  with QReport :
> 
> Menu->My Report->QReport(Show).
> 
> The usual frmQReport.create(application) won't work. Do we need
> to set any other properties ?
> 
> trims :)

  AQuickReport : TqrBasis;  //A Form with TQuickRep on it)
begin
  AQuickReport := QuickReportClass.Create (nil);
  // QuickReportClass is a special QuickReport-form derived
  // from TqrBasis
  AQuickReport.Preview;

Bests Ebi



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save up to 80% on top-quality inkjet cartridges & refill kits at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5702
http://us.click.yahoo.com/YrYXfA/AyWGAA/ySSFAA/i7folB/TM
---------------------------------------------------------------------~->

CodeCoffer - new Delphi code protection Tool!
http://www.delphicollection.com/public/CodeCoffer.htm
---------------------------------------------------------------
Unsubscribe:[email protected]
List owner:[email protected]
--------------------------------------------------------------- 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.