nicocizik
Comments
-
Hi Paul,
Upon further research, we were able to improve this behavior with a
patch to the current version. Please send an email to
support@digital-metaphors.com to receive the patch.
-
Hi Paul,
Thanks for the feedback. For a future release, we could possibly add a
way to lock the alias or perhaps once the alias is manually edited, it
automatically becomes locked.
I will mark this down as a possib… -
Hi Steve,
This is currently not supported by the ReportBuilder AutoSearch feature.
It has been added to our possible enhancement list for a future
release. Thanks for the feedback.
-
Hi Paul,
Thanks for the feedback. I will add these to our list of possible
enhancements.
-
Hi Stef,
Thanks, let me know if you find a solution. It could be possible that
the printer has special settings to duplex or print a booklet perhaps.
-
Hi Stef,
We have never encountered this type of behavior before in ReportBuilder.
Does this occur for every page of every report printed? Does this
occur with a minimal report? Does this happen with every printer you
… -
Hi Colin,
Yes, however it will need to be done in either Delphi or RAP code. You
can access the actual TChart component by using the TppTeeChart.Chart
property.
See the following article on how to create a chart in… -
Hi Greg,
I apoligize if I'm being unclear.
You type the expression into the same combobox that you select
"Expression" with. This is a multi-use combobox.
I also recommend upgrading to RB 12.05 (free upgrade f… -
Hi,
For future reference please use your real name when posting to these
newsgroups.
You can type your expression directly into the combobox. Once you
select "Expression" begin typing.
-
Hi Greg,
It is not possible to compare two calculated fields as a search
condition, but it is possible to compare a calculated field to an
expression. For instance, you could add the calculated field :
Date(DateTimeOccu… -
Hi Philip,
I created a query similar to yours but was unable to recreate the
behavior you describe. Which parentheses are you removing? Below is
the query I created with the DBDEMOS database to test this. Please let
m… -
This could also be done from RAP using the Enterprise edition of
ReportBuilder. Otherwise, this would have to be custom behavior that
you add manually.
-
The green bar feature only supports every other line. You can mimic
this behavior using a shape and toggling its visibility in the
Band.BeforePrint event.
procedure TForm1.ppDetailBand1BeforePrint(Sender: TObject);
begin… -
Hi Steve,
Did you try the Group.NewColumn property? Using this you should not
need to use a PageBreak component at all.
You can send example in .zip format to support@digital-metaphors.com.
-
Hi Steve,
If you are using groups, you could try setting the Group.NewColumn
property to True. This can also be set from the Groups Dialog by
checking the "Start New Column" box.
-
Hi Steve,
In a columnar report, you can use the PageBreak component to break to
the next column, rather than the next page in the detail band.
For instance, I assume your main report has 4 columns with two
ShiftRela… -
Hi Jeroen,
Barwidth is measured in screen pixels which is why it's type is Integer.
There is unfortunately no current way to create a PDF417 with a
BarWidth of 1.8.
For a future release, we could possibly research… -
Hi Philip,
Though this is more of a bandage for the problem, you should not have to
change every report your users load. You could simply add code to alter
the ModalPreview property after a template/report is loaded and befor… -
Hi Philip,
I'm a bit unclear about your solution. Are you altering the RB source?
This is definitely not something we would recommend as it could have
other unintended effects as well as turn into a maintenance issue whe… -
Hi Philip,
This is an issue we will need to be able to recreate here in order to
track down. I have tried running our end-user demo and did not receive
the behavior you describe. Perhaps you can use that demo as a starting <… -
Hi Philip,
We have not seen this behavior before. Try setting your library path to
RBuilder\Source and breaking on the exception you receive. This could
shed some light on where the actual problem is occurring.
-
Hi Jair,
This is not a known issue. Which database are you using?
My first suggestion would be to update you version of ReportBuilder to
10.09 and re-test. Contact info@digital-metaphors.com for upgrade
instructio… -
Hi Gunter,
1. It is not possible to insert another button into the existing
toolbar. If you would like to customize the toolbar, you will need to
recreate it from scratch (completely overriding the CreateToolbarItems
ro… -
Hi Stef,
ReportBuilder uses the Windows API to create a list of available
printers. We do not know how MS Word does this as we do not have the
source to that product.
Once a new printer is installed, it may be nece… -
Hi Stef,
Which version of ReportBuilder and Delphi are you using? Does this
occur with every printer or just one? Does it occur on every machine
that uses your application or only certain ones?
What is the exact e… -
Hi Leo,
The international language support has not changed. The only reason you
would need to deploy a separate language .dll would be if you plan to
support multiple languages in a single application.
When you ins… -
Hi Phil,
RB 14 introduces a new scrollable page preview, which generates pages in
a background thread. This can cause threading issues in some cases,
particularly if visual controls are connected to the same datasets as
… -
Hi Ken,
The automatic join feature is controlled by the DataDictionary connected
to the report designer. You can disable any automatic joins either by
altering the defined joins in the dictionary or by setting the AutoJoinHi Daniele,
Thanks for the feedback. I will add this to our list of possible
enhancements as well.
Hi Daniele,
The current Report Explorer is designed to function with report
templates saved to a database only. It does not have any logic to
access report templates from file.
Allowing file access would likely req…