rbuser
Comments
-
I think your answer solved it...
I do some more testing and let you know, OK ?
thanks so far !!
regards,
Dirk.
"Dirk Janssens" schreef in bericht news:5575bf13$1@mail....
Hi Nico,<… -
Hi Nico,
The report is cerates just before loading the template :
Report := TppReport.Create(self);
Report.Template.DatabaseSettings.DataPipeline := plItems ;
Report.Template.DatabaseSettings.TemplateField := 'TEMPLA… -
wmeyer wrote:
Sorry, I was given incorrent info. It appears to be TExtraDevices, and
was for support of export to various formats from RB. I don't think we
need any longer what it provided.
Thanks
Bil… -
An update FYI,
I decided to rebuild the offending unit from scratch, copying over the
components and code snippets from the old unit and the issue has resolved
itself. The only reportbuilder specific differences I could see be… -
Hi Nico,
thank you for the response. There are Dev express components (e.g. cxGrid)
in the project but not on the form of the particular report that is giving
the access violation. I tried those settings but they didn't fix … -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I found my problem, which was of my own making. XE7 auto-complete
seems a bit eager sometimes, or maybe it is another add-in, but I
overlooked an incorrect proper… -
Hi Nico,
It doesn't seem to be possible to disable Duplex within a print job. But
anyway it doesn't make sense for me to disable Duplex, because I don't
know how pages remain to print.
It's a common scenario (… -
Correction (copy & paste error):
if MyReport.AbsolutePage = 1 then
MyReport.PrinterSetup.BinName := MyReport.PrinterSetup.BinNames[3]
else
MyReport.PrinterSetup.BinName :=
MyReport.PrinterSetup.B… -
Hi Nico,
Sorry not to have mentioned that. I call the code in the OnStartPage event.
I did that, but no change:
procedure TForm1.MyReportStartPage(Sender: TObject);
begin
if MyReport.Absolut… -
In article <55ad2bb3$1@mail.>, support@digital-metaphors.com says...
Nico,
Thanks for the reply - seems to have done the trick!
However, I am now consistently getting a memory leak reported every time
or...
TppSMTPPlugIn.RegisterClass(TppSMTPExtendedMapi);
I have add
TppSMTPPlugIn.RegisterClass(TppSMTPMapi);
or
TppSMTPPlugIn.RegisterClass(TppSMTPMapi);
before send email.
for 2 case. now ALL work fine.
>> Please give more information about how it fails on your machine.
When press "SEND EMAIL" from RB Preview:
in local mode on 3 different pc,
procedure TppExtendedMapiSession.RaiseErrorMapiInitiali…
Hi
I have added this unit and work all fine under DeskTop Remote ( Office
2013 ).
but in local mode ( Office 2013 ) don't work more, now.
How i can can do work local AND remote version together?
Hi
I have added this unit and work all fine under DeskTop Remote ( Office
2013 ).
but in local mode ( Office 2013 ) don't work more, now.
How i can can do work local AND remote version ?
…I tested turning SinglePageOnly off, and for now the problem does seem
to go away.
I looked in the help file and couldn't find much a description on what
it does. What exactly does turning SinglePageOnly off do?
Tha…We are using Delphi 2010, and RB 15.04.
It does not occur on the development machine, or any machines at our
location. It also does not occur for all of our other customers who are
using the same version.
I will tes…Typo in my email, sorry. xls works fine everywhere (before patch). Got
patch, thanks
Hi Nico, thanks for reply.
Having a look based on your sample, I think I'll need to override/modify 2 procedures:
1. ppRptExp: procedure TppReportExplorer.GetItems(aFolderId, aItemType: Integer; aList:
TStrings);
On 7/28/2015 12:31 PM, Chris Mee wrote:
To give an example. IF I select Room 1, Room 2, and Room 3 from the
form by adding them to the right side. When this is selected and I run
the resport the SQLString for that search fie…Little hint:
it is BeforePrint instead of OnBeforePrint!
FPageStyle.BeforePrint := ehPageStyle_BeforePrint;
Nico Cizik (Digital Metaphors) schrieb am 04.08.2015 :
Looks very simple.
I will change my code from report.onendpage to pagestyle.onbeforeprint
Thanks!
Am 04.08.2015 um 18:49 schrieb Nico Cizik (Digital Metaphors):
Hi Nico,
are there any code-snippets how to create a pagelayer on runtime in
code?
TIA Carsten
Nico Cizik (Digital Metaphors) formulierte Montag :
Did it, thanks!
Nico Cizik (Digital Metaphors) hat uns dieses gebracht :
Am 04.08.2015 um 17:27 schrieb Nico Cizik (Digital Metaphors):
Hello Nico,
It is Version 15.
That is what i tried after i wrote the message. For that report i get the
results i wanted when i set the …Did you try this solution with Report.printToDevices?
From my point of view it does not work!
After having understood your mechanism it works THX
Nico Cizik (Digital Metaphors) machte das folgende Beispiel :
To clarify the problem:
There is Report r1 with three pages r1p1,r1p2,r1p3.
Now I wan this reprot to be printed with 1 copy
this results in the pages r1p1,r1p2,r1p3,r1p1c1,r1p2c1,r1p3c3
any page r1p? shall not contain…Your hint obviously made my day, but testing brought a new problem up
:-(
Nico Cizik (Digital Metaphors) benutzte seine Tastatur und gab ein :
> 1. Components have a Border property - the dotted outline is used to
Is this different to Version 5.56?