rbuser
Comments
-
On 27/11/2013 4:07 a.m., Nico Cizik (Digital Metaphors) wrote:
Test source code now emailed to you.
--
Martin Lawrence
-
On 27/11/2013 4:07 a.m., Nico Cizik (Digital Metaphors) wrote:
Nico,
Yes, we always do manually set the paper size to A4. A small number of
our users are recently getting a problem where something is resetting
the … -
On 26/11/2013 5:01 a.m., Nico Cizik (Digital Metaphors) wrote:
Nico
I am having trouble getting a small app that fails. I did notice though
that the global function ppPrinter.PrinterSetup.PaperName defaults to
Hi Niko
Fantastic - I was wondering if their may have been any traps, but I can
keep the subreports seperate, so that works fine.
Thanks once again for your help!
Adam
Write a routine that can call itself. e.g.
procedure TrbReporting.SetNumberFormatsForWholeReport(aReport :
TppCustomReport; aCurrency : Integer);
var
lBandIndex : Integer;
lObjectIndex : Integer;
…Hi Nico,
No worries. I thought that might be the case, but figured I'd double check.
Thanks for considering it as a future option.
Have a great day
Adam.
Hi Nico,
Thanks for the reply. It's not a problem to remove the groups and I've just
checked that removing the groups, does indeed remove the group header and
footer bands.
Thanks again.
Best regards,
On 14/12/2013 09:58, Christophe.Ravaut wrote:
It happens to us all
Dear Paul,
Thanks, this works.
Shame on me that I didn't see the simple solution.
Regards
Christophe
OnBeforePrint() event of Detail band:
begin
Detail.visible := DataView['Skip'] <> 1;
end;
Am 02.01.2014 18:40, schrieb Nico Cizik (Digital Metaphors):
Hi Nico,
Yes. I had installed it the the default location. And my OS is 64Bit.
I am not sure if it was clear to understand: I got that error message
…Hi,
when i want to install ReportBuilder 15.02 the setup fails when it
starts to compile TeeChart binaries. The error message is:
Cannot open file "C:\TeeChart\TeeStd800\dcc32.txt". The system cannot
find the specif…Update. It finally occurred to me to put the RTF and header region into
the title section of the subreport.
On the main report, I have selected the subreport, and set
KeepTogether. However, the subreport -- typically one title r…Nico,
In the interest of a minally disruptive rework, I put a subreport in
the band, and put the original components that had been in the band
into the subreport.
Now I observe that the region which previously sho…
Thanks, Nico, I suspected that would be the path. The existing design,
however, uses those regions, one for the header row, and the other for
data rows. The regions can't be nested in the subreport, can they?
Because if not, the…Nico Cizik (Digital Metaphors) wrote:
Is there a tutorial which would make a good starting point for me to
try to replicate this behavior? Or perhaps it might help me see why it
goes wrong in my project.
Thanks,…Nico Cizik (Digital Metaphors) wrote:
Sorry, it is difficult to present clearly in words. I have a report
with a detail band, in which I have placed the subreport srTitle. In
the detail band of srTitle, I have placed a sec…Thanks Nico, but keep in mind that everything was fine with the default
mapi plugin and Thunderbird *before customer installed Office365*.
Carlos
Em 08/01/2014 13:08, Nico Cizik (Digital Metaphors) escreveu:
The version of Thunderbird installed is 32bits for sure. My guess is
that Office365 replaces the MAPI dlls with 64bit versions.
The "proxy" solution of easymap is not an option for my customers.
It seems that Thunderbird …Thanks Nico. I already knew that link.
The problem is that in several of my customers, the default plugin is
not working anymore, after Office365 was installed in their machines. I
already checked and Thunderbird is listed as …Are you aware of any ppSMTP class implementation to support sending
emails using Thunderbird?
Carlos
Em 20/12/2013 13:49, Nico Cizik (Digital Metaphors) escreveu:
Nico Cizik (Digital Metaphors) wrote:
any chance to have page thumbnails also in "singlepageview" mode?
Thanks
A.
Up and running now.
Paul Toms wrote:
1. Good new year to all.
2. Site is also not reachable from Turkey.
--
-
Yusuf Zorlu
MicrotronX Hard- & Software
www.microtronx.com
Nico Cizik (Digital Metaphors) wrote:
Dear Nico, thanks for your time.. your support is, and has always been
GREAT. Your sample works as expected, BUT unfortunately if you set
TppViewer.SinglePageOnly:=true, the shadow dis…Nico Cizik (Digital Metaphors) wrote:
Dear Nico, i've tried setting weight 15, shadow, and visible=true, but
nevertheless the report page is rendered inside the TppViewer without
any visible border, and no shadow at all.... and the merged richtext lines are in ... property ;-)?
Oops. Never mind. Found the problem. Stray "SinglePageOnly" property set
erroneously in code.
Sorry.
…I think this is a bug in ReportBuilder 15.
In ReportBuilder 15, the method function TppDrawRichText.Draw() has removed.
A calculation of RichText height seems wrong in method:
class function TppRTFEngine.CalcSingleLi…Hi Nard
Many thanks, after altering the designer components
TppDesigner.IniStorageName on the Delphi forms to
($LocalAppData)\RBuilder\RBuilder.ini all works well.
Glenn