rbuser
Comments
-
+1
Alessandro Romano
-
Hi Nico,
That's fantastic news - thanks for the info.
Cheers
Adam.
-
Hi
I use Gnostice eDocEngine for this, but it would be great if ReportBuilder
integrates this in future updates.
Luis C.
-
Hi Nard,
Done..
..and Done.
The issue is still in 15.05 but is less severe i.e. the spacing is less
dramatic. Outputting to PDF still shows the text overlapping.
Done.
Thanks Ed! Appreciate the example.
You've been very helpful.
Cheers
Adam.
Adam H. wrote:
If you're going to work with WPCubed's stuff, this should save you some
time...
This is part of my demo (set up to test for a particular project). t's
basically a manufacturing work order, with a …Hi Ed,
Thanks very much for that - exactly what I'm trying to achieve.
So basically we need to utilise graphics in this instance. Good idea
with EMF - I was thinking something similar but using a different
for…Adam H. wrote:
I've been working with WPCubed's WPViewPDF lib:
http://www.wpcubed.com/pdf/products/pdfviewer/
I've managed to incoporate loa…Hi Nard,
Thanks for your reply. Unfortunately I was hoping to embed the PDF file
into a report for viewing with Reportbuilder as there are other pages
that reportbuilder will also print to view this.
Ed has an idea …wrote:
If the RTF file can change at every detail record, then:
procedure TReportFrm.ppDetailBand1BeforePrint(Sender: TObject);
var
fName: string;
begin
fName:= ;
if FileExists(fName)…Hi Nico
Thanks for the help. I have checked the guide but
I was just not sure how to properly structure my statement.
The richtextholder is on the detail band of the report and I simply wanted
to replace what is the…On 24/10/2014 18:44, Nico Cizik (Digital Metaphors) wrote:
Hi, Nico,
I bought the RB 16.01 to solve the question above.
In the printer dialog, the XLSX format doesn't appear in the "save to
file" dialog b…Nico Cizik (Digital Metaphors) wrote:
Well? Where the heck are they?
Smarty-pants.
I've tried installing XE7 already - didn't have enough drive space in
my VM.
Hi Nico,
Thanks for quick reply.
I guess my only issue is that I'm loathe to install a demo version of
RB16 Ent over the top of my current RB15 Pro just to see if I like it.
I guess I could do it in a copy of m…
Hey Nico,
I've been on 'Pro' edition since I started with RB.
The new mobile features might entice me to switch to Enterprise - but
I'd kind of like to see how these all come together.
The RB Manual PDF d…Upgrade order placed.
HI Nico,
Ah Ha! Issue identified....
When I use this link you just supplied,
I get the correct page.
When I use the link in the notification email,
"Upgrade here! in ANN: ReportBuilder 16.0 is now available including Delphi XE7 support! Comment by rbuser October 2014[This followup was posted to digital-
metaphors.public.reportbuilder.general and a copy was sent to the cited
author.]
In article <544acbf2$1@mail.>, support@digital-metaphors.com says...
Hi Nico!
It…Hi Team,
I see no upgrade from 15 to 16. Does that mean 15 Customers will get
16 automatically?
Ian
Put a custom button on your preview form and shell out to the Windows
Snipping Tool (%windir%\system32\SnippingTool.exe) that's in Vista
onwards. They should be happy with that, surelyin Printing part of preview Comment by rbuser October 2014
Hi Nico,
i'm a old register user of RB, create a public page ( for active
customers ) with ALL patch,please.
You need to comunicate to all your customers what bugs found with their
fix.
It is not optimal …No, this is a new feature that I've recently added to an existing
application, so I don't know if it would have occurred in RB15. I'll
create a few PDFs to send; one that prints directly from the report and
others that are printed t…Nico Cizik (Digital Metaphors) schreef op 14-4-2015 om 15:38:
Hi Nico,
I think I was not clear enough about the fact that this is about an
end-user script. I'm not trying to implement a BeforeEmail event handler
in …Nico Cizik (Digital Metaphors) schreef op 10-4-2015 om 16:08:
Hi Nico,
So that means that I can only use datasets and thus the data in the code
of making the report and not in the report itself written in an event
l…Nico Cizik (Digital Metaphors) schreef op 8-4-2015 om 18:17:
Hi Nico,
I thought that I already was accessing the datasets directly with
commands like
CP_PERS['CP_SALUT']+' '+ CP_PERS['CP_NAME']
If th…Nico Cizik (Digital Metaphors) schreef op 5-11-2014 om 16:19:
Hi Nico,
Do you or anyone know if you can 'manually' open the DataPipelines in
code. Because the SendMail-event is also called from code, which may
bypass the …In my program I have a grid which shows the invoices that I currently
need to send to my customers. When I select an item and press the 'Send
as email' button, the report is perfectly build and added as attachment
to the email.
Hi Nico,
The report itself is fine, it's just that I use some of my database data
in the body of the email so that the user has a summary in the email as
to what is in the attachment.
Regards,
Ruben
…Will be happy to help you with this issue.
I have some kind of realisation a working
I have the working implementation in my application (without changing the
RB source code)
But additionally I have ideas what I want to add in …Hi Nico.
I want tell you, how I make this in my app. (and may be you add some of
this in next RB version):
1. My idea: don't put any shapes in report designer. I create special
DrawCommands (TmyBandSelectDrawComma…