Board index » delphi » QuickReport and DataBase

QuickReport and DataBase

I have got a DBase with multiple fields when there is no text in the first
field it may not apear in the report. But when it's full of text it must
apear in the report.

So I have got the next fields;

Breakfast    Lunch     Diner

Empty         Full          Full

Now I want to print a Record with the above information. How can i make
this.
Hope fully you can help me.

Marcel Kr?ner

 

Re:QuickReport and DataBase


The detail band has an OnBeforePrint event. You can put whatever code you
want in there to control if it prints or not. Test if the fields are empty
and then set the control variable to true or false appropriately.

--
Steve F (Team B)

Quote
"Marcel Kr?ner" <sy...@cacique.nl> wrote in message

news:86f739$lee9@bornews.borland.com...
Quote
> I have got a DBase with multiple fields when there is no text in the first
> field it may not apear in the report. But when it's full of text it must
> apear in the report.

> So I have got the next fields;

> Breakfast    Lunch     Diner

> Empty         Full          Full

> Now I want to print a Record with the above information. How can i make
> this.
> Hope fully you can help me.

> Marcel Kr?ner

Other Threads