rbuser
Comments
-
A small addition:
I'm calling the function in OnCalc of a variable. It's being fired twice.
Do I have to check for the first / second pass here? Not doing it in any
calculations in general, if I remember correct...
-
Hi Nico,
trying to accomplish it with the pipeline as parameter now.
if it's the pipeline within the DetailBand, will the dataset have the
correct record located each time automatically?
Other than that:
I seem … -
Hi Nico,
TObject works and also TppField, which I tried inbetween, but in both cases
the typecasted field isn't being recognized as TBlobField. Even if I
typecast my TObject-parameter or my TppField-parameter straight as
Hi Nico.
Nice idea. This is getting me very close.
I put the following in the OnStartSecondPass event:
Report.Detail(Region1).Visible:=false;
The detail of the report flashes on the screen, then disappe…Hi Nico.
I have been able to suppress the subreport simply by setting the header
and detail band visible property to false on the subreport page. The
calculations seem to be going through just fine.
However, I still …Nico Cizik (Digital Metaphors) wrote:
Do you think this could be done with a two pass report, where I turn do
something like:
if Report.SecondPass then Report.Detail.Visibility:=false;
What event do you suggest …More Information:
What I am trying to do is calculate the number of customers who failed
to make a monthly payment for at least 60 days.
The main report processes the loan records, and the subreport processes
transact…Some more information:
I also do not want to show the main detail band, yet I am trying to do
calculations in the summary band based upon the data in the detail
band. If I set the main detail band visibility to false, the numbe…Hi, Nico...
'Report.DeviceType' worked fine, thanks!
Great, thank you Nard.
Jason.
This is happen with MEMO and DBMEMO when choose stretch.
Hi Nico,
Strange... it didn't work for me... I had to do it in Delphi before running
the report.
I am still on 14.02... I don't know if it will make a difference when I will
update...
Thanks for the tip anyway!…Hi Nico.
I am trying to call ValueFromIndex of a TStringList, but it will not
compile. It says it expects ( or [ but found ValueFromIndex instead.
Does the TStringList in RAP support Name Value pairs and using the
pr…Hi Nico.
Thanks for the feedback. I will take a stab at it with TStringList. I
assume all the properties are available, like Sorted, etc.
David.
NEVERMIND! I'm an idiot.
The problem was in the else statement. The data for the one field
caused it never to execute the else statement whereas the other data
caused it to go to the else statement. In that else statement, I w…More info:
This project is using RB 14.03 Build 63 with Delphi 2007.
The statement is a simple IF statement like the following:
If (Loans['TimesRenewed'] = 0) then ...
When I change 'TimesRenewed' to 'Time…Hi Nico,
I did some more investigation and renamed the datapipeline that was
giving me the problem and it is working. Odd as the particular report
worked fine in version 11.
Thanks for all your help
Hi Nico,
Thanks for the reponse. I'm selecting and dragging the values from the
Code Toolbox where the datapipeline i need is displayed.
cheers
Alex
Hi,
I Design reports with RB 12.05 and when update to 14.05 I get error on
reportBeforePrint. I used object groupFooterBand1 to get property visible
with RB 12.05 and now this get error, like as group's footer haven't name.Only subreport -> Main report
or
Sub-SubReport2 -> SubReport1 ?
Thanks Nico,
Yes I came to the same conclusion and have started to work with
OnOpenBefore... At the testing stage now .. Easy just set the sql and
change the database/alias at run time.
Never worked on "pass thru " …Hi Nico.
I think I finally found the trouble. The problem is caused by having a
group with the "Keep Group Together" checked. By unchecking the Keep
Group Together, I now do not get extra firing of the routine.
Here…Hi Nico.
Using Delphi 2007 with RB 14.06.
It would be difficult for me to duplicate this in another generic app.
The best I could do is provide you with my app and the data I am
working with and let you run the report…Hi Nico.
I finished counting through the report, and the numbers are still
inflated. How can I make sure the OnCalc event fires only once for
each traversal of the record?
I only use the variable for calculations on global numerical variables
and do not set the Value of the variable itself except for my debugging
efforts. Interestingly, by changing the variable type to double and
commenting out my debu…Hi Nico,
thanks for looking into this.
No, it does not happen with every report.
Yes, it only happens when previewing. When i print directly there is no
problem. The error only occurs when i open the exporer and choo…Thanks for the tip.
Kind regards
Ruud
Op 3-1-2013 18:05, Nard Moseley (Digital Metaphors) schreef:
Thanks Thats it .... but,
I have to check around 100 reports and deliver these to our customers.
Is there a way to do this in our program? So it behaves like it did in
the older version of reportbuilder?
Kind Regard…Hi Nico,
i mailed you some screen shots. A picture says more than a thousand words.
It does not matter if i do this design time or runtime in the designer.
It happens with labels and dbtext.
i use an angle of 3…