rbuser
Comments
-
Hello Nico,
Well still no luck.
procedure TijdenOnPrint;
begin
If Trunc(FacturenUITDetails['Datum']) = 0 then
Tijden.Visible := False
else
Tijden.Visible := Report.Parameters['cbToonTijden']… -
Hello Nico,
Error in RAP:
Undeclared identifier ppReport1.
Regards,
Stef
-
Hello Nico,
I can't get it to work.
I've created parameter on ppReport1 as dtBoolean:
After pushing the Print-button I assign the value of MyCheckbox to it, like:
ppReport1.Parameters['cbToonTijden'].Value := M… -
Thank you Nico!
That is exactly what I needed to know.
Regards,
Stef
-
The components missing happens in Data Components toolbar in the design tab.
The reason that I can tell is I embeded Design Form in my own form. When I
have the Design form popup seperately outside my application, the Data
Component… -
Sorry to butt in, but I have come accross a similar problem. What I did is
replaced the entire SQL with a string list.
In the query designer you go to the SQL Tab, right clack and choose edit
SQL. You will get a warning abou… -
Nard
Thanks for the quick reply.
I have looked at Autosearch and the dialog is not suitable.
So are you saying there is no way you can just substitute a whole where
clause in?
-
Hi Nico,
The problem got solved.
We were loading, by mistake, the original RTM file again just before the
reports start generating. We removed this and it started working.
Thanks & Regards,
Bala
<… -
Hi Nico,
We have an automatic report creation form. On that form when user selects a
report and presses OK button, the code is executed in that OK button event
handler.
We are doing the resetting before the reports st… -
Hi Nico,
Thanks for the msg.
We have not been able to solve the problem. As you mentioned, something may
be wrong in the sequence/timing. We are not using RAP, made a mistake in
posting here. The surprising thing is… -
Attached here is a screenshot showing that the ApplyUpdates error is still
occuring in ver. 10.04. Could it be due to improper removal of previous
versions ?
As you can see, I've attempted to add a selected field in the following <… -
Hi Nico,
You are right. I would not normally do this anyways it was just because I
was rushing to get the example put together. Thanks for all your help.
Looks like I am good to go.
Thanks,
Rich
-
Hi Nico,
I can except the DataPipelineTraversal issue but look at the report the is
displayed when the Without Subreport button is clicked. This report does
not use the DataPipelineTraversal and it still has an issue. This i… -
Hi Nico,
This method makes me a little unconfortable. As shown in the first example
where there is no subreport using the onCalc does not seem reliable either.
In the example the onCalc was fired twice for the first record on… -
Hi Nico,
I have attached a sample program that demonstrates the issues we are having.
The first button displays a report that Just does a simple setting the value
of one variable from another on the same report. For some reason… -
Nico -
Thanks for getting me started -
here is what I did so far (as testing)
[label2 is the label I want the date area to print]
var
DateGrab: TppAutoSearchField;
begin
DateGrab := … -
Hi
Never mind. I solved it. I moved the assignment of the variable to the
Footer's "OnBeforePrint" event, and then zeroed out the variable in the
Footer's "OnAfterPrint and now it works ok..
Sorry to take up your time..… -
Now it works. Thanks Nico.
Jose Maria Sanmartin
-
Hi Nico,
AfterOpenDataPipelines event is raised after the PrinterSetup window is
closed, so if I put
Report.PrinterSetup.copies := 5
in this event, it only prints 1.
BeforePrint event also is raised after Printe… -
an idea is to build an datasource on the data tab, so you make a sql
satement with the build in function (Group, Sum and so on) to get that, what
you need and then assign this datasource to the DbChart.
chris
www.eulanda.… -
The way via a global variable seems the only way (in a highly multithreaded
environment a little bit ugly
) Thx for the … -
Thanks Nard for your fast answer,
no other way like an additional parameter? This will break all my reports.
uhhh.
I think the update to 10 (from 7.04) means a lot of work for mein Access Report.Parameters in a RAP passthrough function Comment by rbuser November 2006
-
Thanks again Nard,
but the main report is also created in my code, and it's owner never gets
freed.
Perhaps it will help me if you can explain me why freeing a report in my
code, causes these random AV's in rbRAP106.bpl.
<… -
Thank you for your answer Nard.
I upgraded to ReportBuilder 10.04, but the AV's keep on raising at the same
point.
Here is what happens:
I need to create some TppReports and when I free them rbRAP106.bpl sometimes
raises A… -
Nico Cizik (Digital Metaphors) wrote:
I need to keep the leading zero in front of the date. In it's present
format the string is being created with no leading zeros. To ensure it
does the function needs to have the… -
Nico Cizik (Digital Metaphors) wrote:
Thanks, I will look. ALso I bet you could not reproduce my code and
results because of printer driver issues. (some users it would work and
others not).
-
Hi Nico,
I checked our code and it was on the ONPRINT also just like yours.
Maybe we choose the wrong attribute of the Label when we said
label1.font := 10. But now ours does nothing just like yours and we
have to go th… -
Hi Nico,
Works fine here. THe code we sent works in a lot of reports.
-
Hi Nico, We WERE using 9.03. Now we are on 10/04. I have included the
code below that would not work and we are having to change.
begin
label76.text:= AFFIDAVIT['APPLICANT_NAME_F']+ ' ' +
AFFIDAVIT['APPLICANT_NAME_M'… -
This is a multi-part message in MIME format.