rbuser
Comments
-
Thanks Jim, I'll give it a go.
I had thought about checking the dataset (pipeline) before a preview, but I
thought it would be nicer to use the stuff already built in. Saying that,
it's only going to be a few lines anyway.
-
Thanks Paul, can't believe I missed that.
-
You need to set the Enabled to True and Visible to False under the
OutlineSettings
Paul
-
Yes.. thanks
Alessandro
--
Alessandro Fragnani de Morais
Analista de Sistemas
Softplan/Poligraph
Sistema da Qualidade Certificado ISO9001-BVQI/INMETRO
Fone/Fax: 0xx(48) 3027-8000
in How to set the Printer in code Comment by rbuser March 2003 -
Perhaps the following is what you're looking for?
ppRpt.PrinterSetup.PrinterName := gPrinterName;
Jon
-
Sorry to bother you,
I had another version of ppsfield.pas in the path, sorted it. DOH!
Thanks
-
see public.reportbuilder.tech-tips, in formats and devices.
-
As I see by looking at the source code from the TppShape object (RB version
6.03), the radius is not published in any way but is calculated in the
CalcDimensions method.
{determine length of the shortest side, use for circles, … -
Alexandre,
i'm working on a archivestreamdevice, when it is
ready I can send you a copy.
greetings,
Rob Segerink
-
I just found out what the problem was. It was really a driver issue.
First I would go to the printer settings by right clicking the printer
and choosing properties. Then I would go to the "printer preferences" (sorry
for the t… -
Dave,
below you find a quote of amessage, I posted some days ago in teh
Subreports-NG. MAybe it is helpful:
HTH
Bernd
DSL offers some very nice things. We use it e.g. to have common headers and
f… -
Hi All,
Has anybody actually managed to achieve this?
I've scanned this group going back two years and have tried *everything*
that has been suggested, and nothing seems to work for me. It's either
creating an infini… -
Sorry I should have added...
What I mean by 'it doesn't work' - I have tried assigning, streaming and
saving\loading the template from my common header into my subreport, but
when the report previews it goes into some sort of lo… -
I am able to get the image size when I load it in the ppimage, but it is in
pixels. I want to keep the report's units to utInches.
How do I convert pixels to inches? It has to work with different printer
settings (resolutions) … -
> The report engine should print the images on pages if they can fit on the
to
My question was not clear. The real problem is that my images aren't all
the same format and I need the to be streched to make them printable.
thanks can you send again, I'm having trouble with ISP
cheers
Tony
I will try Kevin's demo on my deskjet if you like.
Cheers
Tony
Thanks for the responses. I did end up changing the margins (15mm left and
right). I also had to go through the report and reduce all the font sizes to
fit into the restricted width. This gave me correct results on the Deskjet
610C. I…Tony,
Did you check the margins? Some time ago we had a similar problem because
of margins of inkjet printers.
Hope this can help you.
Regards,
Wouter Devos
"Reid Roman" wrote in message news:3e850c0f$1@dm500....
Well, it can do it if you write the "sum()" logic in the OnCalc event. The
TppVariable is a component to do custom calculations whereas the TppDBCalc
object does standard …Ok,
So can the TppVariable do things like sum() on a column or records counts,
etc in it's OnCalc() event?
Thanks,
--
Reid Roman
Future Generation Software
in Setting a TppDBText's value dynamically Comment by rbuser March 2003"Reid Roman" wrote in message news:3e84faed@dm500....
it's
the
to
Thought I might chime in. I would suggest that you use a single TppVariable
component and code its OnCalc event to assign the value to be diplayed. You…I have used the latter approach and it works.
What I would like to do is have a component on the form that could have it's
"formula" set at runtime to display common things like City, St Zip on one
line. Or a label for the reci…Hi.
It seems that that is the case. If I use a 'database' for the Advantage
data part, it works. If I use stand alone tables , the RB Dict doesn't
generate anything. I didn't want to use a 'database' for the Advantage
because …Hi Nico,
Funny thing, I can't define an alias in the Advantage connection..
Does the Advantage database have to be a 'database' to work (built as a
database using ARC) or can it be a series of unconnected Advantage tables
wit…This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
I want to add a column header to a one-column report. Is this possible and
if the answer is yes, how??
Regards,
Jos Aikema
Hello Jim
I'm very sure that I'm using the "daDOA.Pas" included in the RB 7.02
Installation. In order for us to be in the "safe side", I'm sending you the
current "daDOA.Pas" which I'm using (sended to
support@digital-metap…