nicocizik
Comments
-
Hi Chris,
You might take a look at the TRichView component. This allows you to
display hypertext inside a report with the proper addon.
http://www.trichview.com/
You can set any of the Preview Form properties in the Archive Reader's
OnPreviewFormCreate event. For instance, the code below will change the
caption of the Archive Reader's Preview Form.
procedure frmTestForm.arArchiveReaderP…The ReportBuilder Developer's guide describes how to give International
Language Support to your applications in the "ReportBuilder Fundamentals -
Deploy" section.
--
I will send you a patch that you can try - it may help.
--
Hi Steve,
We went ahead and researched this bug today and fixed it. This fix will be
available for the next release of ReportBuilder.
--
Hi Steve,
This bug has been logged but has not been addressed yet in 7.03. Thanks for
your patience.
--
Brian,
It looks like you can solve your problem by creating three subreports and
stacking them vertically using ShiftRelativeTo. This way each individual
column can gather information from a separate dataset if needed. If this…Nathan,
Try downloading the RotatedText addon available in the "friends/RCL"
section of our web site at http://www.digital-metphors.com. This addon
allows you to rot…Ben,
When you set the ZOrder of Subreports in your report, the tabs at the bottom
will not reflect their print order. The tabs only show which order you
created the subreports in. Try bringing your Sales subreport to the front…Ben,
The order that the subreports are printed is determined in two different
ways. First if your subreports are 'Section' style, the print order is set
based on the ZOrder (how close to the front each subreport component is on…Dave,
It sounds like the chart may be too big to fit on only one page. Check the
margins of your report and adjust the size of the chart so it fits within
those boundaries. Most likely the there is a static height control set<…Fay,
If you are an end-user, you may be able to use RAP to code the events needed
for this task. Below is an example of code that must be entered used to do
this. You can learn more about using RAP as an end-user by refering t…Fay,
Check out Demo 33 at \RBuilder\Demos\1. Reports\dm033.pas. This shows an
example of how to remove extra white space in an address when needed.
Nico Cizik
Digital Metaphors
Luca,
Instead of setting the group's visibility in the GHGroup2.OnGetBreakValue
event, try setting it in the GHGroup2.OnBeforePrint event. The
OnGetBreakValue event is primarily used to set the break values of certian
grou…Rodger,
Check out the JITPipeline Demos located at \Rbuilder\Demos\1.
Reports\dm136.pas through dm140.pas. These show exactly how to control a
JITPipeline report. As always, we recommend upgrading to ReportBuilder 7.01
if…Kevin
Please post in one thread for each topic. Try installing the latest driver
for your printer and testing your project with the trial version of
ReportBuilder 7.01. If this does not help, please send an example of the
Bernd,
We are currently researching setting the Tech-Tips newsgroup to read-only.
Try deleting your local copy of the newsgroup and resubscribing.
Nico Cizik
Digital Metaphors
Ryan,
Instead of using joined datasets and a grouped style report, try creating a
Master-Detail report using subreports. Link the datasets using standard
Delphi linking. Creating a Master-Detail report is more flexable than a<…Alex,
Sorry about the procedure name, that was a little confusing. This can be
done in delphi as well during runtime in the Variable.OnCalc event.
Something like this...
procedure TForm1.ppVariable1Calc(Sender: TObje…Alex,
Use a variable or a label to concatinate the strings from the pipelines in
an event handler. The event is going to either be the Variable.OnCalc or
the Label.OnPrint event. Below is an example of code that will perform t…Jason,
I can confirm that the XP Theme support works correctly in ReportBuilder
7.02. If you would like to try it for yourself, you may download a trial
version of RB 7.02 from our website at in Problem in Query Designer with XP themes Comment by nicocizik March 2003Jason,
We addressed XP Theme support in the latest version of ReportBuilder 7.01.
You can download a trial version of ReportBuilder 7.01 from our website at
http://www.di…This is a multi-part message in MIME format.
Try shutting down the Delphi IDE when errors such as this one occur. You
may need to update your printer driver because when you're in the RB
designer it relies on the printer driver to measure text. If the printer
driver is corrupt…Paul,
Below is a link to an example that will help you with this issue. It uses a
technique that uses two subreports to generate the two sets of fields on the
same dataset twice and then reorders the pages for the actual output…Sandro,
Thanks for the suggestion.
--
Tony,
Where would you like to add another page in your report? There are a few
different ways to add a page to a report and by telling us the location, we
can tell you the best option for your sutuation.