rbuser
Comments
-
Thank you!
(you guys are awesome - keep up the great work)
-
I've never seen this--RB has always shown page one before generating the
remainder of the report.
If you can create a demo, send it to support.
Ed Dressel
Team DM
-
the assigned event must be a published event for it to be saved to the
template.
When you save the template, if you save it as ASCII, you will see it in the
report file.
Ed Dressel
-
Well.. it seems that the event must be reassigend after the
template.load method, like this:
Procedure TExRptExecute.RunReport(Const ReportFile: String);
Begin;
If FileExists(ReportFile) then begin
… -
Erm I am not used to this type of answers your sources are so well
structured I'd say.... its time to fix it
Dear Fabio,
Please help me which I do report that uses pagestyle to set a background
image that covers the whole page for a background image.
Regards,
Ali Abbasi
--- posted by geoFo…Nico Cizik (Digital Metaphors) ha scritto:
thanks for the help but i don't need this anymore, i changed the whole
report and solved it, thanks anyway
Cheers.
Nico Cizik (Digital Metaphors) ha scritto:
The problem persist even without pagestyle band, anyway i cannot remove
the image nor i can resize it in any way, i must keep the image as it
was provided with a 1:1 ratio.
I tho…Nico,
You are correct, you cannot directly export a DBMemo Field, but we are
doing the below:
We call the DBMemo('Documentation') from a variable as a string:
**OnCalc Variable1:
begin
Value := Transactio…Exporting to a delimited file, tab or comma:
I agree the control characters are NOT visible, but it will still jump
lines because of the charater, if you copy/paste into ms word, you'll see
the paragraph marker (backwards lookin…PhredBear wrote:
In your reportdesigner, the dbcheckbox has two properties, BooleanFalse
and BooleanTrue. Behind BooleanFalse you should type a 0, and behind
BooleanTrue a 1. Remove the code in your OnPrint event.
Dear Nico,
I added to 1 or 0.9 or 0.8? to top of DBText and fixed my problem.
Thank you and Best regards,
Ali Abbasi
use the
how
and
--- posted by geoForum onDear Nico,
We added to 1 or 0.9 or 0.8? to top of DBText and fixed my problem.
Thank you and Best regards,
Ali Abbasi
use the
how
and
--- posted by geoForum onDear Nico,
Thank you very much for replay.
-You told me which I use from TCanvas.TextWidth for getting text width
but I studied Developer's Guide and I could not did it.
So, please help me which I write it code for t…Excellent! - that appears to have worked.
Thanks again for such a quick response!
Kevin
here is some sample code.
procedure AssignChartToGraphic(aChart: TChart; const aRect: TRect; aGraphic:
TGraphic);
var
lHoldShadow: boolean;
lHoldBevel: TPanelBevel;
lHoldColor: TColor;
lHoldGradientV…I tried with TeeChart version 8 for Delphi5, but an error appears at
compiling time. I checked with them, and they told me I should remove
TeeChart, ReportBuider and install again starting with TeeChart first, but
also told me that…>I am running RB 5.55 with Delphi 5, running under Windows XP. Now, for
I found an old post of mine--there's a tech tip on it.
There is also the option of using TppImage objects in your reports and
gettin…Nico, thanks. The report is a JIT report, based on a collection of objects.
I created a 2nd list & build it from the original list, based on the filters
desired by the user. Works very nicely, but wouldn't it be wonderful to
…Am 05.08.2008 um 15:04 schrieb Nico Cizik (Digital Metaphors):
Hello,
the orginal post was from 2008.
Is a rotate option available in newer versions of report Builder ?
Thanks
Andreas
Nard Moseley (Digital Metaphors) wrote:
Sorry about that! Thanks!
--
Hello Nico,
I am here to inform you that, with all your valuable help adn
suggestions I am able to achieve what was desired.
Million Thanks for support and concern !!!
Satisfactory and Reliable Solutions Comes …Hi Nico,
Thanks for all concern.
Your example helped me a lot but I am still facing some problem
I did the same thing but I have added my varible in Group Header. So
there was a problem. Then I added Header To …Hello Nico,
Nice to See your Response.
I tried to Use both the Components TppVariable, TppDBCalc.
I already have TppDBCalc(say DBCalc1) for my Balance column.
So I used one more variable in Header Band of each page af…Dear Nico,
Are you experiencing a specific problem displaying an image in the
PageStyle band?
No,I have not experiencing for an image in the PageStyle band, But I saw
a topic which we can whole cover (complete cover) with…Hi
Please use this code:
ppReport1.PreviewFormSettings.ZoomPercentage:= 290;
Regards,
Ali Abbasi
--- posted by geoForum on h…>?Is there a way to resize the default PreviewForm so it is larger?
Nevermind. TppReport.OnPreviewFormCreate() does exactly what I need.
--- posted by geoForum on in Resizing PreviewForm Comment by rbuser August 2008Nico,
Thanks for that info but I had, unsurprisingly, looked at your website
beforehand and couldn't find the specific info I was looking for. however,
it has now been overtaken by events because I installed 10.9 for D6.3 and …<< Next I would suggest downloading a trial
copy of the latest version of ReportBuilder (10.09) and running some tests
with that. If this solves your problem, I would strongly suggest that you
consider upgrading your version…Edward,
Thanks for that but I see that I have 6.03 on my machine.
I'll try the demo of v10 and if it flies, I'll get it. How much to upgrade
from v6 and where do I find my licence number. It is many years since I
in…