rbuser
Comments
-
Hi Gerald,
pipeline?
Yes.
I guess you are using the designer on design time, you can't do that,
because no code from your actual application is executed at that time and
therefore the JIT isn't functi… -
Your suggestion of creating a calculated field in the master query will not
work.
I also use sub-strings in the queries and didn't find a way in DADE to use
sub-strings.
Your first paragraph was the most interesting. I hav… -
That's great, thanks
John
-
Hi Michael,
what does one know about printer drivers written in the future?
You should write a letter to the printer's manufacturer, not to DM.
regards,
Chris Ueberall;
to
of the case.
-
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
Dear Jim,Thanks for the explaination. If this
is the case, then is it possible to restrict RB to use a fix set of 'WINAPI'
call that is known to work… -
Hi,
create the report. Load the template. Then reset all fonts using this snipet
from the tech tips.
uses
ppClass;
procedure AssignFontToReport(aFont: TFont; aReport: TppCustomReport);
var
liB… -
Doh! Just found the example in the developer's guide. Please disregard.
-
> What's the latest update on Report Builder for Delphi 6?
Yes please. I've got a brand new Delphi 6 CD waiting to be loaded. I really
do not want to install and convert everything before ReportBuilder is Delphi
6 compatible.… -
Hi Demetria,
I don't know if the following is helpful for you,
Check the 'Blob size' property in the BDE settings of your database.
regards,
Chris Ueberall;
Length.
-
This has been answered in the original thread!
-
Hi,
my guess is that your library settings are broken. Your design time package is
included. But delphi doesnt find the dcu files. Try resetting the path. Or deem
your complete installation broken. Remove RB. Search for all refe… -
Jim,
Thanks for spending time looking at the code. Is there any sort of time
frame for a fix, or is there something that I can change myself to fix it?
Having the label align properly is important to a user of mine,
s… -
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
Sorry, this is a mistakes from my part. The user did not exist the application
when creating the new printer in the printer setup.michael
-
This exact same problem has caused me much embarressment as well. I think it
is something that RB should address, as not everyone lives in the US and
talks in inches, and not all printer drivers are born the same.
RB… -
Thanks,
that solved the problem - It was driving me NUTS !!!!
-
Hi,
reset the settings before calling the print method.
if UpperCase(ppReport.PaperName) = 'CUSTOM' then
ppReport.PrinterSetup.PaperHeight:= 210;
the same for the PaperWith.
enjoy,
Ron.
-
-
Yes, but would the memo stretch until end of page if i force a page break?
-
-
I would the memo stretch to the end of the page even if has only one line of
data or no data.
-
Hi,
the memo will stretch to the end of the page. If you want to start the
memo allways at the same position use the print position of the band. Or
if you allways want a pagebreak after the memo consider the RBAddon
Tools (… -
Thanks for your answer,
i succeed.
good luck,
-
In article <8EAE82296ACCD311A039005004E0CAC004234F@DMSERVER>, Murat Ak
-
Hi,
via the report group menu I was able to create a user defined group on a
ppVariable. Therefore which version of RB are you using? Which kind of
behaviour do you want to achive?
I think from your text that your are… -
Hi,
we have the same problem!!!
We are using RBuilder 5.56 and Delphi5.
In Version 4.22 all works fine!
So, what has changed?
Klaus
-
Hi,
I have exactly the same problem with TppVariable in 5.56. But, I think the
real problem is not with the TppVariable.
I have a subreport and use TppVariable in the master to calculate the sum af
all the details in … -
Hi,
I checked this behaviour once more and I found out, that this behaviour with
a wrong sum is only if I have a region for the whole Detailband and Keep
together is set to true and no group. With a group and keep together it
see… -
Hi,
when using true type fonts there are often condensed fonts of the same type as
the basic font. These fonts are add hight to the same basic width. So you
would need to change the font for your report.
enjoy,
R… -
Hi,
if you use the bde you could try setting the blob size to a bigger value.
Another reason could be that the streamed data is not recognised as a blob
on the database side.
enjoy,
Ron.
-
The method I am using is to have a main report with a single detail band
(thanks for the warning!) containing several different sub-reports.
The sub-reports are only ever 1 detail line. Not really complete reports.
By usin…