rbuser
Comments
-
Sorry, I've posted the wrong code.
I tried it this way:
TppEmail(ppReport1.Email).SMTP.OnEmailError := EmailErrorEvent;
ppReport1.EmailSettings.PreviewInEmailClient := True;
ppReport1.SendMail;
Am 03.05.2011 17:3… -
Unfortunately my users dont want a spreadsheet - just the spreadsheet
looking grid. Did a quick search of the features list and developers
manual and couldnt find anything on the Data True tool you mentioned.
Where can I find out som… -
Esta é uma mensagem em várias partes no formato MIME.
-
Hi Nico,
Thank you for your reply.
I found a product called "Barcode VCL Components" from
www.han-soft.com that may fit the bill. Maybe someone who has used it
with ReportBuilder can describe their experiences with t… -
Hi Niko,
Thanks for your reply. That was a great help.
I modified your example slightly and replaced
with
lBorderOuter.Top := lPrinter.PrinterSetup.PageDef.mmMarginTop;
lBorderOuter.Left… -
Hi Nico
Thanks for your reply.
I've tried following that example but using tppDrawLine instead, and I'm
unable to get a working result.
The current script I have is as follows (which compiles, but seems to do <… -
Thanks, Nico.
Here's what I'm trying to do to work around this. But this code always
just makes no RTF show up for records where the rtf is over 700
characters. What can I do to make these dynamically-created TppRichText
Nard Moseley (Digital Metaphors) wrote:
Where we can get the current available patches?
i.e. for memo fields, not showing the changes, until we go to preview
and go back to design?
--
Hi Nico,
With more testing, I actually was able to scan a full GUID in Code128. I
had to be very careful about ambient light (more was better) and scanner
placement and angle to get it to work - so this is very good. I could <…?Hi Nico,
I am using D7 and RB 10.07. I do use the barcode component successfully
with shorter strings, so I thought maybe the length had something to do
with it. The barcode generated for a GUID is pretty wide (especially
They are actual field values that come from a single row of data.
Right now I'm using static column headings and fields and making them
visible as needed. So a single report could have a hundred pages, each with
varying numbers…Nico - It is a strange thing to describe.
For example if you had an infinitely wide sheet of paper you might have 25
columns on it like this:
AMT1 AMT2 AMT3 AMT4 AMT5 .... AMT25
If the paper itself can…Hi,
similar problem appeared in our software as well. While we were working
in BDS 2006 with RB 12 everything it was okay, now under Delphi XE and
RB 12.04 I get AccessViolations on ppReport.Template.LoadFromFile. The
code …It works! Thanks!
OK. I have finally been able to put together a simple program that
replicates the issue.
Included is a test.rtm report that consistently generates the error after
being viewed in the designer.
It uses the demo datab…Nico Cizik (Digital Metaphors) wrote:
Hi,
This is not quite correct.
We face the same problem sometimes. The reports where it occurs are
all dynamically growing (no static bands or regions).
> I find some code like
I tried it with
ppReportEU.ShowPrintDialog := False;
ppReportEU.DeviceType := dtReportTextFile;
ppReportEU.TextFileType := ftComma;
ppReportEU.TextFileName := 'C:\TEMP\MyPDFFi…> You can silently export to file by selecting the correct
I find some code like
ppReportEU.ShowPrintDialog := False;
// ppReportEU.DeviceType := dtPDF;
// ppReportEU.PDFSettings.Author := 'ReportBuilder';
> You can silently export to file by selecting the correct
Thank you We will try this.
Switching to the newer release is already on work.but it is a longer term
project.
Regards
Nicolas
Addition: Meanwhile I got a good result using subreports with the same
datapipeline as the main report, but the range set to CurrentRecord.
That seems to be more reliable than using regions.
Regards Uli
Nico,
Ok, I see. That's the reason I didn't find it. I am using verson 11
latest build.
Anyway I can edit it in the Delphi tree, so it works for me.
Thank you. Regards Uli
Nico,
Thanks, Nico. I found it now in the Structure window in Delphi, but not
in the Report tree. Have a look here:
http://www.beckersoft.de/temp/Clip…Tanya,
sorry, I messed up the NG's. I though I was posting in the ElevateDB NG.
This is an ElevateDB extension. Perhaps a reason to try EDB?in Saving to a flat file format Comment by rbuser May 2011
Tanya,
select list(mailaddress,';') from myAddresses where ...
Regards Uli
Ah ok, good to know - thanks Nico.
Am 31.05.2011 15:11, schrieb Nico Cizik (Digital Metaphors):
Thanks for responding Nico and thanks for the suggestions.
Your support on this newsgroup is (in my experience at least) excellent and
much appreciated.
Willie
add :
i have a detail band , inside 2 Sub-Report.
if space is too little, i need get a new free page.
add one line rem in calc page
// code.....
{
code
}
Nico,
Section Style subreports. The reports are assigned on runtime, they
exist as single reports in my application.
Just a detail band.
I'll try to reproduce that.
Meanwhile …Nico,
I changed the code according to your post: no change.
Whatever I try: both subreports always print to the default paper bin.
Regards Uli