rbuser
Comments
-
Hi
In fact. I'm using the File | Print To File Setup dialog to specify
which bands and components to export. The Title band is one of the
bands I use as Column header when exporting to XLSData but when I send
the report to pr… -
Hi Nard.
Thank you for your reply.
So if I understand correctly, these properties have been added for the
server version only.
They are used in a server version. And you do not have any plans to use
them in t… -
1. You have to used TppReport FileDevice property
instead PrinterDevice.
2. You have to used psPageList instead psPageRange.
psPageRange on this moment can be used in PageStyle
and TppPrintDialog only.
3. For ass… -
Thanks Dima,
If it is no problem for you and it doesn't take too much of your time, you
can make an example for me.
Don't worry if you can't, because I am not at all convinced that this is the
way that I am going to imple… -
I make something like this in my application.
If you need, I can try make some example for you some more later.
On Tue, 22 Jul 2014 14:49:16 +0300, Jose Maria Sanmartin
-
Thanks Dima,
I will check with ReceivePage method.
I want to generate a range of invoices in Pdf and then create an script to
send them by email (every invoice for each customer). For that I need to
know the PDF fil… -
Hi.
FileDevice.FileName do not change immediately after OnGetfileSuffix event.
This happens later, when device receive the Page (in
FileDevice.ReceivePage method).
No special method (event) available in RAP that rai… -
Hi,
I have created a RTTI class for TppFileDevice with access to property
FileName.
When is the Filename changed after using OnGetfileSuffix and what method
should I use in RAP once FileName is setted?
Th… -
Thanks
-
Report.FileDevice have to work fine.
Your problem is with FileName property of FileDevice.
This property was published in RB 14 only.
So your code work without problems in RB 14 and later.
Rather than create your passthroug… -
Thanks Nico,
But using
ShowMessage(Report.FileDevice.Filename);
in RAP I get this error:
Expected: '(' or '[', but Filename was found instead.
Should I use a passthrough function to get acc… -
But you can try to used gnostice eDocEngine VCL for do this.
http://gnostice.com/eDocEngine_VCL.asp?show=downloads
-
Export to XLSX does not supported in current version of RB
-
Hi Nico,
1. Since I was creating all the components at runtime, I had to set the
property transparent explicitely to true 'TRUE', from then on, I got the
default cell separators.
(At design time the default value is 'TRUE… -
Hi Nico,
That's great to hear.
Thanks. I will be carrying out the tests soon.
Regards,
Frederick
-
No thoughts, anyone?
-
Thanks the reply Nard.
However this leads to the inevitable question - when shall RB16 be
available?
Cheers
Nicholas
-
Hi Nard,
Thanks for the response.
The data the customer wishes to export for a memo, needs to have the
carriage returns in it as they are important to that particular content
- removing them changes the significance… -
Am 28.10.2014 15:33, schrieb Nico Cizik (Digital Metaphors):
Hi Nico,
We are currently using ReportBuilder V15.04 on Delphi XE5.
No. There is no difference. It is *one* report that is used. This reportThanks Nard,
It works.
It seems that attaching printers to a Citrix session is sometimes a bit
slow.
Regards,
Ton
Nard Moseley (Digital Metaphors) schreef op 19-11-2014 17:14:
-…The following got I working for me. It required me to create an additional
IdSSLIOHandlerSocketOpenSSL as using the same as the one being assigned to
TppSMTPIndy(TppEmail(ppReport1.Email).SMTP).IndySMTP.IOHandler caused an AV
at ap…Nard,
Further investigation into this reveals that its a formatting issue: if
I select the cell in Excel the raw data is indeed negative, but it
displays as "£100.00". If I check its formatting its is NOT "currency"
but …On 01/12/2014 20:53, Nard Moseley (Digital Metaphors) wrote:
I'm using English (United Kingdom) with the currency format settings
being the Windows default for that locale.
Fixed in v16?
OK. Thanks.
Thanks Nico, I am using 14.07.
I see Transparent property doesn´t help me but Can I do anything for force
output png image trnasparency?. For example, Can I change the bitmap canvas
for my proposal in some event, may be OnPrin…Based on my findings version 12
function GetNearestCourierSize(aFont: TFont) returns 8
while version 16 returns 10
Is it because of the bitmap.canvas vs Printer.canvas?
More findings:
If I force the result of …Based on my findings version 12
function GetNearestCourierSize(aFont: TFont) returns 8
while version 16 returns 10
Is it because of the bitmap.canvas vs Printer.canvas?
Nico, I got the the ppFileDev.pas you sent me but unfortunately there is no
change in the output.
Sample sent.