rbuser
Comments
-
> I have the Problem that i must set the titles of teechart Series from
within
I tried this:
var
lChart: TppTeeChartControl;
lBarSeries: TBarSeries;
begin
lChart := TppTeeChartControl(TeeChart1… -
Thank you for answering so quick, but i am really able to RTFM. Working on a
large project i don't have the time spending hours on trying to extend the
software your company is selling.
The teecharts are really a great effort, b… -
Incase you're interested in what was causing the Abstract Error, it was
because we have replaced ppPDlg unit with our own class, and it needed to be
updated to work with the latest version. The background print settings in
particular… -
Thanks. I was on 6.03, Delphi 6 (and also using ExtraDev), and I downloaded
the 7.03 trial and that looks like it may have been it. It certainly seems
to be working from the preview in the TppDesigner anyway. I can't print it
out anym… -
Thank you Ed,
Report.Cancel does it.
It does not terminate the RAP function straight away but I can handle that.
Thanks
Yannis
-
It's Saturday morning and I don't have my dev enviornement up (and my Anti
virus programs running so it takes a while) but let me try a poke in the
dark: did you try calling Report.Cancel in RAP?
Ed Dressel
Team DM
-
Hi!
1- The application is compiled as a stand alone .exe. I have 50+ other
computers using the same app without problem.
2- The reports are stored in .rtm files. The data within the report is
accessed through the BD… -
I am using the TDynamicLoadingSubReport component as in RB's demo.
I do not know exactly how and when RB loads a report and its dynamically
loaded subreports. In my case some dynamically loaded subreports contain
other dynamically loa… -
thanks Nard Moseley. the example is very clear.

-
Hi Nard,
I deleted the subreport and instead used 3 ppDBMemo's since I was only using
the subreport to create 3 columns. Using the afterscroll seems to be okay
with this solution.
Thanks for your help again,
Unfortunately the update didn't help...
Hello again,
Sorry for the late reply, I haven't been working on this since last
monday...
I found out that I have code in the ppReportBeforePrint event. The code
loops through a dataset. That dataset has an AfterOpen…Hi, Nard
Thanks a lot.
William
Hi, Nard
Thanks for the answer, but is it possible to know if the page is the last
page or not?
Best Regards,
William
Hi,
Yes I can build the whole thing a a memo. But there are a couple of
sub-reports and a few other thing that would be better in a report.
Is there no way of telling where the current region is going to print?
I have try …This is a multi-part message in MIME format.
Never mind. I found the demo that shows how the report events fire.
Tom
Nard:
Thanks for the information. Does a list exist anywhere that shows the events
and the order in which they fire?
Tom
Ugh! I've been struggling with this all day. An old co-worker had it
functioning in a few reports, but it won't work for me, even after editing
his old reports. Seems you finally identified the problem, so maybe we'll
see …Nard,
This link does not seem valid. Can you please verify the link?
Thanks,
Brett
Hi,
Which place is good for puting the following code:
Report.PrinterSetup.MarginTop := Parameters['TopMargin'];
Report.PrinterSetup.MarginBottom := Parameters['BottomMargin'];
In the Report.BeforePrint …Got it.
William
Nard,
One final point is that sometimes when I change the way I call certain
procedures the problem goes away, but still it's more like playing around
than a definite process that I can reproduce.
Yes it is a vary complex report.…I am using RB 7.03. I have downloaded 7.04 but not installed yet because I
am in the process of a major release and I do not want to "upset" anything.
Also I did not see any relevant fix in 7.04's list.
Finally it is difficult to recr…Nico,
That worked.
Thanks for your help,
Ray
Thanks Nard, i got it wokring with that demo.
for some reason, after i assigned the database name, the
report.ShowAutoSearchDialog was being set to false, so after re-assigning
database name i just set it to true again and everything …Hi Nard,
it seems when it gets to the GetMagicSQLText in daSQL.pas the access
violation occurs because the FEditSQLAsText (boolean property) has no value.
I think that somewhere between the GetSQLObject and SetSQLObject you had meHi Nard
i tried that code, it runs through the code fine, but when i click the
preview tab or data tab of the report designer i get an access violation,
which i can't find where it is. any thoughts?
Adam.
Nard,
I've finally the time to get back to this report and my problem is
that this is a ReportBuilder Server rtm report and there is not a form
to add a procedure for this event. Is there any way to use the
AutoSearch valu…