nardmoseley
Comments
-
Try opening the .pas file and looking at the code. That will likely give
you enough info to understand what to do.
I do recommend updating to RB 6 if at all possible.
-
-
Sorry, but you are encountering the limitations of the Region component.
Another alternative would be to use a Subreport to layout the objects
rather than putting them inside a Region. You can create a subreport
that is no… -
Sorry, but currently this is not supported.
-
You need use the File | Print To File setup dialog in the report
designer to configure which components you would like to export. Its
easiest to use the dialog, but you can also configure the report
programmtically by setting th… -
Perhaps check out ppDrawRichText located in
RBuilder\Source\ppDrwCmd.pas. RichText can be rendered to a metafile and
scaled - RB does this for print preview.
-
You can have one RB version installed for each version of Delphi.
On my machine I have D4, D5, D6 installed. And I have RB for D4, RB for
D5, RB for D6 installed.
-
Sorry, but once you open a Report with RB 6.02 it should not be edited
with RB 5.0.
-
Probably depends on how fast the FF2 SQL engine can process a Where
InList search clause.
You'll probably need to perform some benchmark testing. You would not
need to code the entire solution to do the testing. Just creat… -
Prior to closing the application try the code below. When using The RB
RichText controls (and TeeChart controls) a parent window is required.
RB creates an invisible parent window that is owned by the Applicaiton.
The code below… -
Have not had any other reports of this.
1. Try testing with the RBuilder\Demos\Reports\Demo.dpr project. This
project contains RichText reports - does this application work okay? If
so, then try to compare with what your o… -
What is your last name - I am trying to look for the example that you
sent.
-
Sorry to be stupid, but am not familiar with the issue.
Please create a simple, minimal Delphi project that demonstrates the
issue to support@digital-metaphors.com? We can check it out and try to
get a fix for RB 6.
… -
Anyone requiring this patch, please send requests to
support@digital-metaphors.com.
-
You can set a GroupHeaderBand/GroupFooterBand to be Visible of False,
but there is no TppGroup.Visible property, so the group still exists and
will still generate a break.
-
That should read:
Sorry, but RB currently has NO awareness of Bidi or RTL..
-
Sorry, but RB currently has awareness of Bidi or RTL..
-
Already answered by support@digital-metaphors.com e-mail.
RB does not inherently support views. You can try modifying
daIBExpress.pas to get the views as well as the tables. Just keep in
mind that we have not tested RB wit… -
Please try updating to RB 6.03....
You can contact info@digital-metaphors.com with your full registration
info and inquire about receiving an update.
-
I will e-mail you a patch file.
-
Try creating a subreport with PrintBehavior set to pbFixed. Then size
the subreport to occupy the desired amount of page space.
-
You could perhaps create report with columns set to 4. Put the row
header labels in a region and set Region.Visible to True/False base upon
whether the first column is printing (Report.CurrentColumn).
-
Yes, the Footer is the one band that cannot stretch. It must always be
fixed height.
GroupFooter and Summary can stretch....
-
Any template opened by a newer version will be converted. The template
should then be saved so that the conversion logic does not have to run
each time.
-
Add ppJPEG to the 'uses' clause of your main form.
Use TppImage to load the jpeg from file.
-
TppPassSettingType is defined in ppTypes.pas. You can use it as follows:
uses
ppTypes;
Report.PassSetting := psOnePass;
OR
Report.PassSetting := psTwoPass;
-
------------------------------------------------
Article: Resolving daIBExpress compile problems
------------------------------------------------
Question:
---------
I'm receiving the following error messag… -
-----------------------------------------------------
Tech Tip: Storing Custom Information with Templates
-----------------------------------------------------
Question:
---------
How can I store descriptive inf… -
1. Try 6.03, we made some changes to try to help the stability when
using the Designer within the Delphi IDE. Particularly the Delphi 6 IDE
is not very stable - I get AV's when not using RB.
2. If you have something that i… -
Looks like on Win9x the port is listed and on WinNT/2K it is not.
We'll have to research it for a future release...