rbuser
Comments
-
What do you meant by this ?
-
> with ppReport1 do
it should work, you must be doing something wrong.
Note that lblCompanyName is not a property of ppReport1 so you don't have to
apply the 'with' statement to it.
so you can do it in 2 lin… -
Thank you for update
G
-
Hi, Nico,
I am using RB 7.04, is there any way to do it?
Regards
Vincent
-
Yeah, it works.
Thanks alot.
-
You need to check:
if ppreport1.PrintDialog.DeviceType = 'ExcelFile' then showmessage ('test if set to
James Waler
Waler Ltd
http://www.waler.com
-
I have added the following on the before print event but it does not trigger
if the device type is set to excel
if ppreport1.DeviceType = 'ExcelFile' then showmessage ('test if set to
excel');
Stevew@Parkforc… -
> I had a previous reply to use the on before print event but this is to
why is it too early? it should work fine. something like:
for I := 0 to ppReport1.Publisher.DeviceCount -1 1 do
if ppPreport1.Publisher.De… -
Also what is the syntax for if export to excel selected print the header
band once.
Cheers
SteveW
-
Nico
Thanks I have messed about with the position of the control and am pretty
confident of where to place it to achieve what I need. I suppose I could
code the height and position with rap as well.
Regards
It is design time. When the dbtext is not null the control stays where I
designed it sized at height and width =102 x 102mm position = left 47 top 8
. When I have a null in the design the control shrinks to 5 x 5mm. When the
report…I'm now using 9.02 delphi 7. Problem still exists but I think I see the
pattern. If I have data in the record then no problem but when the record is
empty the rotated text resizes even if you just change the text alignment.
Th…Normal data text fields show find. Only memo fields are a problem. Data
doesn't appear to be a problem as the report can work on some systems. I
don't understand what you think is the data that could cause a problem. I'm
leaning towar…Or it could have a property 'ShowConnectDialog' , I suggest Martin starts
with telling what database and what components he is using.
regards,
Martin
Your database component should have username or password property, you may
fill them at design time. and it should be OK.
william
Thank you for the quick response. The TppRegion seems to solve my problem
with regard to the variables shifting properly with the memo field. I'm now
trying to set the ShiftWithParent flag on one of the TppVariables at
runtime. Wha…Hi,
Are you saying that he won't change using the property Languagem?
Hi,
There is as I change the Language of its example?
Tank you.
Hi,
How execute rum time Query Wizard?
Nico,
Understood. If I can provide a small reproducible example of this, would
you like me to send this to the support email?
--
---------------------------------------
Terry Swiers
Millen…I now can export the report as PDF but I found a strange thing in the
exported PDF file is
I put some labels in the summary band and assign strings to these labels,
they did not show up in the exported PDF.
BUT they do sh…What I want to do is I will email the report as attachment after the export
of the report:
ppReport.Print;
// do the email settings and attachment here
...
....
// then do the Emailing here
I am afraid…Thanks. Yes, it works.
BTW, if my report has many pages, it may take a while to print as .pdf file,
how do I know it is finished if I suppress the dialog ?
I am using version 7.03 and have installed the third party TExtraDevice.
Now I can print the report to a file in PDF format.
However, there is a pop up box showing the progress. How do I suppress or
hide this progress box ?
Thanks Nico
I didn't notice the Lookahead property. It works a treat.
Dave
Hi Nico,
Thanks man, it works like a charm...
Many thanks
Nico:
Thanks, that was it. I thought it would something so simple it could
be overlooked. (by me anyways )
Thanks again.
Craig
I had once this problem, but i guess its a bit diferent.
I had a report with a group and inside the group a lot of variable and, on
each page, they were reseted. My timing for reset was set to reportEnd too.
The problem is that i was …