rbuser
Comments
-
Am Tue, 6 Mar 2007 10:56:10 -0700 schrieb Nico Cizik (Digital Metaphors):
Because our developerline will go to Java, I'm not able to upgrade.
That's why I won't confuse unnecessarily my machine with two versions of
RB. I'l… -
Sorry, but I forgot
Win XP, D6, RB prof 9.03
--
Best regards
Dietmar Brueckmann
-
Nico Cizik (Digital Metaphors) wrote:
I tried that an it works when using the report builder designer. I am
wanting to see those workspace during design, not the end-user design.
How can I get it to appear. What setting I… -
Hi Nico,
I reinstalled 10.05 about 10 times and I used TeeChartBuilder.
Teechart was installed before ReportBuilder installation.
The problem I described is not related to the Teechart at all.
I did this test without … -
I found what the problem is.
The problem is not in the TeeChart packages, but in the rbCT1010.dcp
The test is very simple:
1.Create a new application
2.Add ppCTMain to the uses class of Unit1
3.Run. It will be ok becau… -
I still wait for a solution.
In meanwhile I want to recompile all Report Builder packages from Source
folder and the try to compile TeeChart packages.
Do you have any document, which explains how to compile So… -
Hi Nico,
It is impossible to turn "Build with runtime packages" flag on for a
package.
This flag can be turned on for an application only.
The issue is I cannot compile a package.
Nico, I ask you to repeat my simple e… -
I reinstalled RB 10.05 to make sure I have a clean installation and canged
C:\Program Files\Borland\BDS\4.0\RBuilder\Lib entry to
to
C:\Program Files\Borland\BDS\4.0\RBuilder\Source
as you adviced.
When tried to compil… -
I did it many times, but the result is the same.
There is my library path
$(TEELIBPATH)
C:\Program Files\Borland\BDS\4.0\RBuilder\TeeChart\Tee700
C:\Program Files\Borland\BDS\4.0\RBuilder\Lib
I checked that rbCT… -
Nard,
Thanks. We use Advantage v8.1 ... along with their TDataSet descendants
(TAdsTable, TAdsQuery).
When we placed the Trim syntax into the Expression editor, it did not
concatenate the City, State and Postal fie… -
Nard,
Thanks for the info. I tried using the TRIM function in the syntax of the
Expression, but it had no affect on the result. But, when I placed the TRIM
directly into the SQL, I got the results that I was looking for.
The workaround (fix) was to modify the SQL text and use the TRIM function
...
TRIM(City) + ', ' + TRIM(State) + ' ' + TRIM(Postal)
However, when the SQL is modified, the other functions on the Data tab are
disabled…I believe I found it. These files are rb*.eng, which are placed in the
Windows\System32 directory.
Can I change the path by program so that it is not necessary to copy these
files into this directory?
Thank you, but there I found only something how to create own
internationalization.
Inside of my application I am already set the language of the report
builder.
What I am searching are, which DLLs I have to copy with my applic…Forgot to say. Version 9 and D7
Hi Nard,
I have already installed 10.05. And there exists the problem as I've
described. I think it should only changed the order of Vertical and
Horizontal in the Designer (dm0121.pas) or the order of tppDuplexType in
p…So I've looked in your code :
TppDuplexType = (dpNone, dpVertical, dpHorizontal);
I've think it should changed the position of dpVertical and
dpHorizontal. Because in the designer in the drop down list, there is
…It seems that dpVertical and dpHorizontal is exchanged.
1. If I set in Report Template to dpVertical then if I Print the Report
it is printing Horizontal. (Report.PrinterSetup.Duplex=dpHorizontal)
2. If I set in Report Te…I've tested it now with debugger and indeed. Before I'm printing the
report Report.PrinterSetup.Duplex is set to dpVertical. In the Report
Template I've set dpHorizontal.
Is this a bug of RB 10?
Best wishes
Ber…Sorry, I've misunderstand my customer.
The problem is, in the Report Template Duplex is set to horizontal. But
if he print the report it prints vertical. He can change the option of
the printer but next time the option is agai…Solved the problem. It was due to an SQL condition that excluded database
information from TdaSQL.
I see.
Is there a good reason for such a limitation?
I didn't see the point using TdaSQLBuilder. I know it's …Hi Nico,
I downloaded a trial copy of DocPrint and converted a word document to a WMF
image with it. When I try to load the WMF image into a ppImage component, I
get the error message, "Metafile is not valid". Any suggestion…In article <45fe8a4b$1@mail.>, Nico Cizik (Digital Metaphors) wrote:
Thank you for the info.
Gruß aus den Bergen
Günter
In article <45f95794$1@mail.>, Nico Cizik (Digital Metaphors) wrote:
Hmmm, thats simple not possible. Now my Programm is adding a Subreport to the
titel-band for printing a 'banner' and the selektions. This works fine without …Nard Moseley (Digital Metaphors) wrote:
That worked perfectly Nard. Thank you.
--
David Farrell-Garcia
Whidbey Island Software, LLC
Sounds great. Spoke to my manager and team leader and they both liked that
too. We need to check with our executive first, and we'll get back to you.
Also, we've added several enhancements that won't be interesting/meaningfu…
The changes I made replaced the whole arrays-of-records way with a proper OO
approach. With my libraries I gain access to all information I need without
ever needing to reload any information, and only loading information when
Sven said:
*This* is the problem, combined with that the DM code is not scalable.
The example database is small, so you will never see the problem there. You
must test with a large database.
We also had the pr…I'm using the end user soulution, too. Using ADO or BDE.
> ReportBuilder. How many tables are being accessed in your query?
It makes no difference the query uses one or 5 tables. The result is the
same.