rbuser
Comments
-
sorry for the late response--on vacation.
Attached is a simple demo that users RAP. If you don't have RAP, in the
detail.BeforePrint use the following code (modify it so that it will work):
Shape1.Brush.Color := plData[… -
case NumItem of
1 : begin
dbOrderUnit2.Visible := False;
dbCount2.Visible := False;
dbCost2.Visible := False;
dbVendorCode2.Visible := False;
dbOrderUnit3.Visible := False;
… -
what does your code look like?
--
Ed Dressel
Team DM
-
The pdf generated by TextraDev is 795KB where as RB produces a pdf of
30KB. Is this huge difference corellated with embedded fonts?
-
By the way I should add that there are Turkish fonts in the report
-
I forgot to add that the docs say that DeviceType returns an
enumerated value and on my computer all works as expected, but on
the client's computer when the DeviceType is Screen, the
orientation remains the same as the orientation… -
Nico -
My debug file shows that it is "Screen" when in the screen mode,
and when the user selects to print, it returns "Print". However,
let me check out the article.
Todd
-
Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
Thanks for the reply. Apollo hasn't gone anywhere for a couple of years now. I was sorta hoping somebody had spent
some time with it and got it working.
… -
Hi Nico,
we using RB 10.06. If I can recreate this behavior, I will see today.
The problem had a collegue. He will told me today what he had changed at
the report. Before this change the report worked well.
Best wishes
OK. I figured out that I have to use the TppExplorer.Form.Menu route to modify
the Menu however I cannot find anything that explains, in my simple terms, how
to do it.
Any assistance/giudance appreciated.
Regards,
Nico Cizik (Digital Metaphors) wrote:
HI Nard,
Thanks for that. Is there an example of this in any of the Demos?
Regards,
Ian
--
John,
How about checking Printer.Printers.Count?
Stephan
Thanks Nico.
I'll look in 10.04 and 7.04.
Installing any new software outside the delphi app is not practical
(1000+ PCs and another team).
--- posted by geoForum on in Check if any printer installed Comment by rbuser August 2007>What exactly are you trying to accomplish?
I have a report created in the IDE. Now I have to add a region (that will
run to several pages per database record) in a way that omits data
(including its identifying labels) if …Nico,
Thanks for this answer. It is fairly obvious, given I was already using
BeforePrint for simple value calculations etc. I thought there would be
an earlier event for more structural things affecting the report layout.
Nard Moseley (Digital Metaphors) wrote:
The same problem, because after that event, FSQLOutOfSync is returned
to true in the event
TdaSQL.SetSession(aSession: TdaSession);
that is called from TdaQueryDataV…Nard Moseley (Digital Metaphors) wrote:
Ok, i have done it and i see where is the problem.
Before print the report, i want to get the parameters of the query to
show the end user a form requesting the parameters valu…Okay,
I got it cleaned out now. Had to go into the DFM's, also. But now it
is done, checked in and should not haunt me again.
Thanks,
Larry
Nico,
I am quite sure that is what this problem is but can I fix it.
We used to use RAP but I pulled it since the reports were so simple. But I
assume their are still RAP footprints in the RTM's. I will look at them in
…
Try rebuilding (as compared to recompiling).
I have a similar problem, and that seems to work. Can't figure out how to
actually fix it though.
Hi Nico
Thanks - worked a treat.
Regards
PLJ
Hi Edward
Thanks for the offer but the suggestion below has worked.
Regards
PLJ
Philip:
I've had that problem and founds a different solution.
I never put a TppChart in my reports. I get the images from the charts in my
application (GUI). Even when the chart doesn't show in my application, I
cr…Great thanks Nica i'll check it out
I should add that I want to do this after starting off with a
conventional preview, ie devicetype = 'screen'.
Thanks Nico.
Nard,
Thanks very much.
Are there any other themes available/coming such as those for Office 2007?
Ken
The variable name is not the problem; I' ve changed it. Still the same
result.
> procedure DetailBeforePrint;
I would try a diffeent variable name then 'Print'--that could easily be a
method as well.
Edward Dressel
DX Squad