rbuser
Comments
-
Hello Jim,
now, i have it!
My goal was to print the summary band at the bottom of the page, like your
example AlignSummaryToBottom.zip, but all within RAP.
I followed your tip to replace the lowest level RTTI - … -
Hello Jim,
here is my code, similar to the demo in the help-file.
I can compile this unit and built it into a package, but the RAP-Compiler
doesn't recognize my new property "PrintPosTop".
Can you see, what I did wrong?
Thank you for answer and hint that solves the second part of my problem.
For the first part (+, -, *, / operators) I guess that until a future
release, I have to write a user function that makes basic calculations on
Currency variable…Hello Jim,
i tested your new example SubreportTotalsInMainSummary.zip.
But this won't work for me.
My SubReport detail band prints at first one item and the price (in one
line) and below it a stretching DBMemo (additi…Hello Jim,
thank you very much.
I did it like in the example, but the sums in the PageFooter are sometimes
wrong. Only sometimes. My Detailband has no components with KeepTogether,
but the height is dynamic because of one s…Thanks for your help!
--
Daniel Lemire
Programmeur,
Conception Design Ware Inc.
Tél.: 819-868-8853
Fax : 819-868-8855
I create components for programing business . Not all my client have RB
enterprise. Some of then only have RB professionnal. I have a component
with Rap that I created for one of my client that have RB enterprise and I
also sold it to…sorry for not explaining well on what i am trying to achive .... i just want
to know whether the rap script could handle the event
of Report.DataTraversalComplete on the data that printed on report without
the datapipeline , it woul…Thank you, just looked for this today
Erich Rieder
Zurich Switzerland
Hi Walt,
use
Font.Italic := True;
the set type 'Font.Style' is mapped to boolean properties.
HTH,
Chris Ueberall;
Oops, i didnt noticed the 'Send an Email...' part!
Sorry for useless post.
Frederic.
Do you think it could be fixed fast?
Just encountered the problem while testing RAP extension i made for my
EndUser application and i'm kinda blocked by this.
Best Regards,
Frederic.
Excellent. Thanks a lot, Jim :-)
Manan
Thanks for the response.
What I did was put a TppVariable component in the group band. The group band
has another component AOHCalc which is a TppDBCalc. I wrote Value :=
AOHCalc.Value in the Calculation for the TppVariable comp…Found it ... Its the old inherited call in an abstract function. The Code
Completion threw it in there automatically.
Thanks for the help though.
Chris Michalec
It's a completely stand-alone template that I want users to load in Report
Explorer, so I can't control it at the OnLoadEnd event...
Have looked at all the documentation I could find to get this far - but
didn't realise that I c…Hi David,
if you need real try/except you have to use RAP pass-through functions.
Embedd the 'TppReport.Print' call in a try/except to handle all exceptions not handled in 'TppReport' itself.
regards,
Chris Ueberall;<…On Mon, 14 Oct 2002 14:35:26 -0500, "Jim Bennett \(Digital
> Just wonder what is scripting engine does report builder implementing?
No, they wrote their own. What is really nice about it is how easy it is to
extend it.
Ed Dressel
Team DM
> In which event did you change the properties?
I set the paperheight in the BeforePrint - event of the
report. the left and top - property of the TppLine I set
in the BeforePrint of the Detailband on which the TppLine
i…> Due to timing, you need to set
RAP
object
Hi,
I tried this and it works. Now I will set the Left and top - porperty of an
TppLine after changing the Paperheight in RAP with a pass-through
function...
Hi Steve,
delete 'raCodeModule3' from plain text and try again.
object raCodeModule3: TraCodeModule
ProgramStream = {00}
end
I don't know if it helps ...
HTH…Hello!
We have many reports designed, and by changing to the 7.xx version we have
to test them all.
This is not possible in the moment.
Is there no way to fix this bug in a 6.xx Version???
THX Ren?
Hi Olivier,
you can use pure Delphi in RAP by creating/using RAP pass-through functions.
(see RAP.hlp topic 'Adding Functions to the Code Toolbox')
regards,
Chris Ueberall;
Hi Robert,
at least you can read it!
regards,
Chris Ueberall;
Hi Chris
Thanks for the answer, but why is there a RAP-command like
printersetup.orientation implemented when i should not use it?
regards
Robert
Hi Robert,
since it isn't useful to change the orientation in RAP use two different layouts (templates).
regards,
Chris Ueberall;
Hi Chris
But how can i use that property printersetup.orientation?
When i use it for polandscape or poportrait nothing happend with the layout.
regards
Robert
Hi Robert,
you set the property right, therefore the warning message.
If you switch from portrait to landscape the layout doesn't change. You need for every orientation a separate template designed for that orientation.
re…Hi Raymond,
you could use '2' instead, but you can't maximize the window this way. Maximize the window in Delphi code.
In RB7 there are properties available supporting it.
PreviewFormSettings
The Report, A…