rbuser
Comments
-
Hi,
I use the AfterEmail event.
You are right, in the BeforePrint event the Subject is set.
Regards,
Christian
Am 27.07.2012, 14:56 Uhr, schrieb Nico Cizik (Digital Metaphors)
-
Unfortunately EmailMessage.Subject is also empty.
Regards,
Christian
Am 26.07.2012, 19:00 Uhr, schrieb Nico Cizik (Digital Metaphors)
-
Thanks for the answer but the subject still isn't updated.
I am using Indy with the default email dialog:
var
lEmail: TppEmail;
begin
....
with aReport.EmailSettings do
begin
… -
Hi
Thank you for quick response, Is it required to have compulsary 11.08 or
We can use 12.05. I did this try using 12.05 but doesn't help me.
We have licensed version of Report Builder Enterprise for Delphi 6 12.05.
… -
After we update our ReportService from report builder 9.02 to 11.05,
Most of the Clients are complaining about the End Reporting.
In our scenario we are Generating PDF File and save it in specific
folder.
We have to spend… -
?Thanks for reply. I hope new version will resolve our issue. Also I
hope that new version of documentation is provided for every build.
Report builder, documentation is misleading about this scenario.
dharmesh
--- p… -
Finally reseting the printer, fix the issue. But it was hard to trace it
out. Can you please give us exact idea how it works while device type is
PDF and how it works while device type is printer. Can you please send
us flow chart.… -
?1. Which exact versions of ReportBuilder and Delphi are you using on
the
client site?
--> Reports are design and compiled in report builder 9.02 and saved in
database and our reporting services, to print report is in repor… -
I found a work around by resetting the variables inside a calc variable
after the sorted variable changes value.
-
?Hi Nico
I'm using the latest version of RB Std edition.
I have done what you asked and it works fine, so there is something within
the particular application itself that is peculier to when reporting is
run that is … -
Hello Nico,
I got some answer on my previously sent E-mail from Nard.
He suggested the same as you, but put it in the OnLoadEnd-event of the TppReport.
I'll try to see if this is working for me.
Regards,
Stef
Hello Nico,
MakeTextRows is called a numerous number of times. My guess is that it is
called for every control on the form.
Why do you suggest setting particulary this property to True?
On a form I have some De…That was easy, thank you Nard
You can add predefined procedure in RAP with next functionality now.
procedure SetLayerComponentsVisible(AReport: TppBandedReport; ALayer:
TppDesignLayer;
AValue: Boolean);
var
Band: TppBand;
Band…Nard,
I just had a look at the help file (I am a developer...), and the first
thing I saw was that the layer options are only relevant for the designer
(just as you already said before). It seems that there is no chance to hid…Nard,
Maybe I have a totally wrong understand of what design layers are used for.
I thought I could put different elements on diffferent layers and then
control the elements on one layer in one step.
In my example I have a…Hi
Still having trouble so I have sent over a small example to illustrate my
problem.
Any advice you can offer would be most gratefully appreciated.
Best Wishes
Philip L Jackson
Hi
Using the previously mentioned test example I have found that, as you
suggest the RegenerateReport was causing the issue, so I have not sent the
program by email.
I have resolved the first part of my problem but …Hi
Thanks for your reply - sorry I did not say but I am using RB 14.06
I have managed to create a small application which demonstrates the issue I
am having and will email this to support.
Thanks for your patie…Wheer I mention "Line up horizontaly", it could be horizontaly or
vertically.
Am 23.08.2012 12:01, schrieb David Wolf:
Hi guys,
problem solved. It was my mistake. I used the wrong installation setup.
First i used rbent16 but this setup is for delphi xe2 rbent12 was the
right one.
Hi Nico,
I've found another solution:
I used a variable with this calculation:
if dbPipeline1['ID'] <> dbPipeline2['ID_PERSONAL'] then
Region1.Visible := False
else
Region1.Visible := True;Nice news, thank you for your work...
I have some problems with HTML also.
I send you test project and my export result 25 May 2012.
You are respond that:
You get the same result and it look fine on your machine…There is no reply from digital-metaphors yet. I am not sure if my patch
has any side effect on the export?
Hi,
Nice that somebody also see this problem.
I have the same problem with Russian PRC locale.
I notify about it more then 2 years ago!!! 10 releases ago!!!
Simple change on Char(168)... don't fix the problem fully in…The five AnsiChar constant should declare as char type:
cEmptyBox = Char(168);
cCheckMarkInBox = Char(254);
cCheckMark = Char(252);
cXMark = Char(251);
cXInBox = Char(253);
Hi Nard / Nico.
Is this a known issue with the "mail client" of ReportBuilder?
Will you provide a fix?
Regards
Petter
"Petter Topp" skrev i nyhetsmeldingen: 503a6008$1@mail. ...
I ha…Hi Peter
Sorry for my english ;-).
If you see this page
http://msdn.microsoft.com/en-us/library/dd941355(office.14).aspx
you'll f…Hi Massimo.
Could you elaborate on this?
Petter
"Massimo Voto" skrev i nyhetsmeldingen: 503b4b37$1@mail. ...
If Win7 is at 64 bit and Outlook 2010 is at 64 bit, the problem is new
Mapi at 64 bit.If Win7 is at 64 bit and Outlook 2010 is at 64 bit, the problem is new
Mapi at 64 bit.
I resolved with EasyMapi and ppSMTPEasyMapi.
Best Regards
Massimo Voto
Il 26/08/12 19.40, Petter Topp ha scritto: