nicocizik
Comments
-
Hi Michael,
Cancelling a report is kind of a "bailing out" of the generation process.
When you press the cancel button, the report engine completely stops and the
report cannot be viewed. There is no way to partially view the r… -
Hi Michael,
Thank you for pointing this out. The page navigation buttons should remain
disabled if the report generation is cancelled. It turns out the buttons
were getting re-enabled when the Preview window was resized. I cr… -
Hi Brad,
Sorry, there is not a version of ReportBuilder that is supported by VB.
--
-
This is a multi-part message in MIME format.
-
Hi Nikolai,
Grids were to be implemented and released, but it wasn't finished and
subsequently the option is still in the designer. The grid is on the todo
list for a future release.
--
-
Hi Vincent,
Check out the Group.OnGetBreakValue event to change the group break value.
This should be the event you are looking for.
--
-
Hi Agnieszka,
This was a tricky problem. I was able to solve it by forcing the first
value of the next page to reset itself to it's original value from the
dataset in the DetailBand.BeforeGenerate event. This essentially ignor… -
Hi Mark,
There is no way to pre-generate a report in ReportBuilder. There are a
couple ways to speed up your data access as I described in my previous post.
You could also generate your report to Archive first and then view it … -
Hi Mark,
How are you linking your datasets? If you are linking the querys directly,
they will each have to be opened every time the master record changes. You
could try using DataPipeline linking or DADE to speed things up. … -
Hi Gary,
Please send an example of the issue to support@digital-metaphors.com and
I'll take a look at what's going on.
--
-
Hi Mark,
Below is an example that draws a line just after the last line in a detail
by creating a drawcommand and placing it in the proper position on the page.
Hope this helps.
in Line after the last detail band has printed on the page Comment by nicocizik September 2003 -
There are a couple grid components available as add-ons to ReportBuilder
available in the friends | rcl section of our website named TwGridLines and
TdtGrid.
--
-
Hi Monte,
Sorry, I forgot that there is a built-in function to perform this
function...
Report.MoveGroup(aCurrentPos, aNewPos: Integer);
--
-
Hi Monte,
Sorry, I just did a full refresh of the newsgroup and finally saw your
original message. Thanks for bringing that to my attention. You're going
to want to check out the Report.Groups[] property. Reordering the group… -
Hi,
The TppImage does not contain its own Canvas to draw to like the TImage
does. This component streams the images which is later drawn to a canvas
with the Screen device or DrawCommand. See the TppScreenDevice class in theHi,
There is a third party addon named TwPaintbox available for download from
our website that allows you to draw directly to the report cavas. You can
find this component in the friends | rcl section of our website
(Hi Paul,
Unfortunately we can no longer provide updates for any versions of
ReportBuilder earlier than 7.0. You will need to upgrade to receive this
fix.
RB 7 includes.....
- support for Delphi 5, Delphi 6…Hi Paul,
This issue was addressed in ReportBuilder 7. Please download the trial
version of RB 7.03 and test your reports with that to see if you get
different results. Be sure to back up any existing reports before you test
Hi Kei,
Be sure that the label is inside the TppRegion and set it's ShiftWithParent
property to True. This will cause the label to shift with the region when
it stretches.
--
Hello,
At design-time DADE will automatically use the default .ini file when
populating the database name drop-down box in the DataSettings. You can
change this at run-time for the TppDesigner by adjusting the code to
popu…Hi Rick,
Try changing your library path to \RBuilder\Source\ and rebuild your
application. This will cause the ppDevice.pas file to recompile and create
a new .dcu file.
--
Hi Rhonda,
The coloring of the lines linking the datasets in DADE are purely there just
to separate each individual link with a new color. Other than that they
have no other significance.
--
Hi Roger,
To get this effect with a TppSystemVariable, you will need to set the
NewPage and ResetPageNo properties to True in the TppGroup component. You
can do this in the group dialog when you initially create the group or wi…Hi Jeremy
I am a bit unclear what the problem is. Are you failing to see the report
in the TppViewer component or is the report not printing to HTML file? From
what you have described, this should work fine.
--
Hi Bill,
Though it should be.... this is not a feature available in ReportBuilder. I
will mark it down to be added to the next release. For now, if you
absolutely need this feature, you can take a look at the
TppScreenDev…Hi Bill,
Try placing a filled rectangle with ParentWidth and ParentHeight set to true
in the PageStyle band of the report. Then resize the PageStyle to be the
same size of each page in the report. This will then always print i…---------------------------------------------
Article: Forcing a Page Break
---------------------------------------------
Question:
How can I force a page break occur based upon
a condition calculated at run-time…Hi Thatchin,
You will need to create a dialog that after giving all the options to the
user, loops throught each object in your report and makes changes to them
according to what the user has selected. You can do this by creati…Hi Thatchin,
Take a look at the Report Wizard in ReportBuilder for an example of creating
a report with a dialog. You will want to create something similar to this
and make sure it makes its updates in the Report.BeforePrint ev…Hi Andreas,
Looking at your example, I cannot see the difference. Is there simply no tab
space in the printed version. Please send a small example that demonstrates
this problem in .zip format to support@digital-metaphors.com a…