rbuser
Comments
-
I am not trying to actually run the report, just use it to get the result of
the calculation input by the user. If I could get the calculation to fire
and retrieve the value from code, without running the report, it would be a
maj… -
I have the following code, its not the complete code, just a section of what
I did from the example you provided:
lNewEventHandler := lCodeModule.CreateEventHandler(ppVarCalc, 'OnCalc');
{set BodyText to modify the co… -
That was EXACTLY what I was looking for!!!
Thank You!
Branden Johnson
Integrity Software Design
-
Nico Cizik (Digital Metaphors) schrieb:
yes, it works, but from the documentation and your mail I got the
impression that it should work with the Reportbuilder Components.
Perhaps the helpfile should be more clear about this.<… -
Nico Cizik (Digital Metaphors) schrieb:
I tried to do that in RichTextonPrint, but obviously SelAttributes is
read only. Inside RAP TTextattributes is unknown, and trying to access
SelAttributes.Name or SelAttributes.Size resu… -
Sorry, your right. It's just a bit panicky when your software goes on the
blink.
-
Nick
I created a RAP passthru function as you suggested and the report is now
just as my client wanted it. Excellent news all round.
Thank you very much.
Regards
Tim Murfitt
-
Hi Nico,
I happy too. Opens up alot of new possibilities.
I think you misread the last post. I don't get a RAP compile error while I
was expecting one. I pass a TObject object but the signature needs a
TppDrawCommand.… -
Hi Nico,
Thanks. Now it all works. I did already call ApplyUpdates() but I called
RedrawPage from RAP instead of from the pass-thru function. Btw: Why is that
not working?
Another thing I came across is I don't get a compil… -
Hi Nico,
I am afraid even with these statements called, the result is stil the same.
Regards,
Jeroen.
-
Hi Nico,
I added the statement but nothing seems to change...
Regards,
Jeroen.
-
Hello,
perhaps the follwoing helps a bit:
On Label or DbText elements i do not know such option, but you can do the
following:
Put your labels in an region. The region has "ShiftRelativeTo"... and you
can take … -
I tried many: Label1OnPrint, ReportOnStartPage, DetailBeforeGenerate ...
none work
In which should the font size be changed
I'm not using templates
Regards
-
Yes, it doesn't help
-
Hi,
did you have set the autosize option of your label?
--
best regards
chris (EULANDA)
www.eulanda.com
ERP SOLUTIONS
-
I find answer.
-
Thanks for your prompt reply.
I didn't have time to look at the pass-through function or the RTTI
because it is a subject that requires time to understand well. The
sample could not be used directly because the report is templ… -
I reread my mail as well and you are right. OnCompare() would be better
although it could work in that example. Things that are difficult
(impossible?) to solve using natural order are the cases when cell values do
not exist like the … -
Hi Nard,
Uhhhmm... E-mail 20070311 ;-)
Regards,
Jeroen R?ttink
-
Hi DM,
ich you are on crosstab, my wish will be to sort on row total, so the
best/less will be on top.
Actually it is a little bit complicated. I make it with an temporary sql
table and a build a sort string wich i add to the r… -
Nard Moseley (Digital Metaphors) wrote:
I apologise Nard. I should have made note of this in the original
request for help but we are using ReportBuilder Enterprise Edition ver
7.03.
I do not think the Report.… -
Any news about this? see post before...
--
best regards
chris (EULANDA)
www.eulanda.com
ERP SOLUTIONS
-
Hi,
actually i have the follwoing situation:
1. I declare a global Variable "btnCaps" from Type "TBtnCaps".
2. In ReportBeforePrint i craete the object with
"BtnCaps:=TButtonCaps.Create".
3. In Report.After Print i ma… -
I'm using Delphi7 and ReprotBuilder 9.02.
Thanks.
Michael
-
Hi Nico,
That's not working for me. I try the Band.OnGenerate event as well, it
doesn't work either.
Michael
-
Thanks Nico. Will try it later.
Michael
-
Nico,
The Region component works perfectly for this design. Just used the
component to encapsulate the data and then wrote an if statement for the
print event and if the QtyShipped and QtyBO both equaled 0, then made the
… -
Nico,
Thanks, that sounds like that might work. Didn't think of creating a
region, don't know how to do that, but I'll figure it out. I'm new at using
RBuilder but love it also. Great reporting system. Basically, all I'm
Nard Moseley (Digital Metaphors) wrote:
I have never used RAP passthrough functions. Is there a good example
of using this feature and regisetring it with the RAP CodeToolbox?
--
David Farrell-Garcia
Whidbey Is…I should have mentioned, rather then exception handling could I use,
for example:
if assigned(ppLabel1) then
.........
--
David Farrell-Garcia
Whidbey Island Software, LLC