rbuser
Comments
-
Can you assign a pipeline to a TwwDBGrid, that is where I am getting the
data from. Or do I assign the pipeline to the source the TwwDBGrid is
hooked to and call the ongettext event?
-
What Versions were Supported in 6.02 ?
On Thu, 27 Dec 2001 11:25:40 -0600, psutton@mindspring.com (Paul
-
I've tested with setting Unidirectional-Prop of my DataSets to False, but
the problem persists.
To remind the AV occurs after closing the PreviewForm and opening it again.
The first time I open the PrintPreview everything works fine. … -
Hi Thomas...
I opted for a function re-scale the report before printing. After the user
has selected the print dialog, I determin the selected paper size and
re-scale the report accordingly. I designed all reports in A4, but the… -
-
>
In Delphi, I can set the "PlainText" property to false, but how can I do
this in RB?
by
-
Hi Yann,
Unfortunately the detail section itself does not have a "Keep Together"
property, but there are several other methods of achieving this. One is, as
you already mentioned, to put everything into a Region. This should wor… -
It's working now...
I had a TppDBImage in for testing and had not changed back to a TppImage.
With the TppImage the code below works fine.
-
My first try with your example didn't work...
Here's my code:
type
TJCBLOBObject = class (TObject)
ID : integer;
TypeID : smallint;
BLOB : TMemoryStream;
Comment : string;
Thanks. I have tried setting Report.SavePrinterSetup, hence the delay while
user got back to me. Unfortunately it did not help.
Any tips about how I can examine the DevMode structure after I modify the
page layout, and try to se…
"Nard wrote:
When the user does 1) setting to colour seems to be ignored. But trying 2)
does produce colour printout.
Any ideas why setting the printer to colour from report's print dialog
would be ignored? Again on …Tony,
don't use any OnFormat event handler at all. Use OnPrint with this code:
if ppVariable1.Value < 0.001 then
ppVariable1.Visible := False
else
ppVariable1.Visible := True;
It's never a good …Stefan,
That is another approach I hadn't considered and will probably give me a
viable workaround. However, I think I would have to use another event, as
the problem with onformat is that it seems to assume as soon as you provi…Tony,
what about setting the Visible Property of the ppVariable, does this work?
Stefan Paege
On Sun, 30 Dec 2001 17:17:42 -0600, "Tony Peppercorn"
"Bruce Roberts" wrote:
Of course. Thanks. It works fine.
Gene Weinbeck
gene@FundRaiserSoftware.com
Professional Support Software
"Bruce Roberts" wrote:
Good idea, but because I have a sub-report below the two columns of
memo's that needs to shift relative to the longest column, I have the
whole set of memo's in a region now. According to Help, you…
I should have mentioned that I have tried setting the labels'
ShiftWithParent property to true, but what I get is:
Label1 memo1 xxxx Label2 memo2 xxx
xxxxxxxxxxxx xxx xxx xxx x
memo3 xxxx xxxxxxxx
memo…Gene Weinbeck wrote:
Further testing found that the total is 99.9% correct, but still
wrong. I will send the code to you by email.
Thanks,
Gene Weinbeck
gene@FundRaiserSoftware.com
Professional…(I found a solution, but it indicates either a bug in your product, or
a flaw in my understanding... read on.)
A little more information about the report layout...
It uses a group that is based on a customer ID sort of field. The
variable in question is not in the group footer, but is in the summary
band, and the CalcComponent is in the…"Jim Bennett \(Digital Metaphors\)"
any plan to come out one??
thankx...
> You'll get the link via email (not mail), when you order:)
I meant that - thought that was clear *g*
Helge.
> where can i download full version of report builder?
Register/buy ReportBuilder at Digital Metaphors and you'll get the download
path by mail.
Helge.
Thanks, that works a treat!
Simon
sorry, this was my mistake.
Leon