Lars Guest
|
Posted: Mon Sep 29, 2003 6:57 am Post subject: Re: Making control unvisible on print |
|
|
Try out:
TQuickReport.state
Type : TQRState = (qrAvailable, qrPrepare, qrPreview, qrPrint, qrEdit)
Run time, read only.
Read the state to find out what the report is doing. The result will be one
of the constants above.
Cheers
Lars
"Sugiharto" <xi0ng (AT) telkom (DOT) net> schrieb im Newsbeitrag
news:3f75a5e4 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi,
I want to make some control visible on preview, but disappear when the QR
printed. I try to set the visible to false on the beforeprint event but
nothing happen; when I set the enable to false, the control disappear not
just on print, but also when I preview the QR. Any idea?
Thanks.
Sugiharto
|
|
|