rbuser
Comments
-
Nico
Thanks for that. This is a very useful addition and something that i will
use.
Do you have plans to extend the Pdf Form options or is it likely to be
limited to what you have done? At the moment i am generati… -
Self answered by finding previous posts in this NG.
if OpenwithAdobe1.Checked then
begin
ppReport1.DeviceType := 'PDF';
ppReport1.AllowPrintToFile := True;
ppReport1.TextFileName := 'c:\temp\Report.… -
Nico, Thanks!
InitializeParameters did the trick.
The RAP function the report is calling the function from is procedure
GlobalOnCreate.
-
Nico,
Any way you could email me your simple demo? I'm not terribly proficient
at creating simple demos. I seem to be missing my /RBuilder/Demos folder.
-
Hello Nico,
We did some research : The update was not installed on the PC.
What is more interesting : the *only* difference between the 'blanc' pdf,
and the correct one, is the windows 10 user account.
So : user 1 - … -
Pretty sure this is caused by Windows update KB3102429 and for the short
term your customer should probably uninstall it. See something like
in PDF / Windows 10 generates blanc pages/error reading pdf. Comment by rbuser December 2015 -
Thanks Nico,
Your suggestion was eminently sensible.
Before calling PRINTTODEVICES we tried specifying an empty is OK - to be
generated:
rp.NoDataBehaviors:=[ndBlankPage,ndBlankReport]; //tested<… -
Hi Nico,
//Try using the subreport's summaryband AfterPrint event to determine when
the subreport ends.
I don't understand: In the subreport, I do not "see" the region that is in
the 'main' report's footer . Only co… -
//You might consider splitting the footer band into regions and only
//displaying certain regions when the subreport is printing.
Thanks, that sounds good. What would be the best way to know that the report
is on the last page … -
Hi Nico,
Thanks for your reply, however,
Option 1 is not a solution, because I allready use that for pagenumbers,
logo etc...
Option 2 (groupheader/footer) gives not the good result: it does not come on
b… -
Hi Nico,
Was doing that but have just realized that it was including the fonts
that was causing me problems.
What I am trying to do is to generate a PDF on windows. Get the PDF
source and be able to cange the text on … -
Dit is een meerdelig bericht in de MIME-indeling.
-
Hello Nico,
Thank you very much! That works. It generates a nice looking QR-code.
But if I compare it to the example my "boss" presented, it looks a little
bit differtent.
Maybe you recognize the settings I men… -
Hi Nico,
I have sent some screenshots of the barcodes to your support mail
address. These images show how the barcodes are supposed to look like
(generated on another system) and how they actually look on the system
wher… -
Hi Nico,
The barcode that was created on that system is really too small (it can bee seen
because there is a box just above the barcode. On other systems that box is
exactly the same width as the barcode. On that system the bo… -
Hi Nico,
According to our customer there is the "Microsoft XPS Writer" installed on that
system and is set as default printer.
Is such a "pseudo" printer enough for the PDF generation or would it be better
to instal… -
Thankyou Nard,
That magic sauce with a few extensions works nicely, just added our
own textdrawcommand processor for the floating point fields in the
Onreceivepage event
Regards,
Chris
-
Thanks again Nico, problem solved.
-
On 07/09/2016 09:18, Jonatan wrote:
You need to call ppReport.PrintToDevices instead
-
Nard Moseley (Digital Metaphors) wrote:
Hi Nard and thank you for your reply.
I am not sure I follow you however in the second paragraph.
Say eg. that I have this sample report layout. (AutoSize set to False
for… -
Thank you Nico, appreciate the response.
Jason.
-
Hi Nico,
Can you please confirm that this fix was included in v17.03?
Regards,
Jason.
-
Thank you Nico !
(I did not thank you)
-
For the latest HP printer , somehow asks for color paper.
PDF generated from RB anything related to paper color?
and give error message: "The parameter is incorrect"
Thanks, Jianfei
-
Hi Nard,
That would be very helpful.
Terry Swiers
Millennium Software, Inc.
-
On 09/02/2017 15:56, Nico Cizik (Digital Metaphors) wrote:
Nothing at all.
ah, that's a good starting point. I'll work with that, thanks.
-
Thank you Nico !
(I did not thank you)
-
On 2/16/2017 3:28 PM, Nico Cizik (Digital Metaphors) wrote:
I'm using Delphi XE6 (v20) and RB 17.02. The masking does seem to work
in preview, but is lost when printing and exporting to PDF, so I'm not
sure if overriding maski… -
Hi Nico,
I have to mix form fields and non-form fields because my customer
demands a form, that ist filled out by two of his employees. The first
should not change the form fields, which had to filled by the second,
and … -
Hi Nico,
there is another strange behavior using the Checkbox with FormField set
to "True":
Using the Style "csXMark" the Box in the PDF is allways marked, even if
Checked is set to "False". Using the Style "csXInBo…