rbuser
Comments
-
Extra information. An image on the same page does keep its colors.
-
Thanks Nico,
An email with an example project that works in 15.01 but not in 15.05
(along with example PDF's) has been emailed to support.
Best Regards
Adam.
-
Hi Nico,
the solution with 2 groups works perfectly!
Thank you and best regards, Luka
-
Nico Cizik (Digital Metaphors) wrote:
Thanks, Nico. Someone else in the office builds the VMs we use, so I
will have to check that with him. I will also remind him, as he is
about to install RB15 into our XE7 VM.
-
Nico Cizik (Digital Metaphors) wrote:
The RBHelpInstaller only offers up to Delphi2012, which I believe was
XE2? And it does not complete.
Bill
-
Can you instruct me how to install the HxS help?
Thanks,
Bill
-
Nico,
I did look at the help topic, in the CHM file. The HxS help is not
installed, and I am not clear on how to do that with the JS file I see
there.
I find no examples in the CHM file, and most of the topics oth… -
Nard Moseley (Digital Metaphors) wrote:
Nard,
I found that handling the scaling of an image is interesting. I
enabled borders around the image and as they did not outline the border
of the graphic content, but… -
Nard Moseley (Digital Metaphors) wrote:
Nard,
Thanks for your assistance. I was using AddChild() to put the image
in the cell, but am now setting the parent, instead. I found that
setting the image Anchors to … -
Thanks Nico. Done & dusted.
Regards,
Ian
-
On 24/04/2015 06:57, Ian Branch wrote:
I wondered if someone would ask.. RB is the last in the list of things
we need (after TeeChart went live yesterday).
An ETA would be nice, even if it's a couple of months, it's something I… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
Thanks. I had about come to that conclusion, but it's good to see the
demos.
Bill Meyer
-
Nard Moseley (Digital Metaphors) wrote:
Got it, thanks.
Bill Meyer
-
Nard Moseley (Digital Metaphors) wrote:
Nard,
Thanks, you're right, I did post, and you did give an example. What
was not clear to me then, and is still not clear is why when I place,
for example, a TppLabel i… -
Hi Nico,
No, i dont like fully expand the drill down.
I like open a datapipeline link to drilldown subreport only if expand a
drill down.
Is it possible.
Marius Céré
-
Hi Nico,
Then I would call it a "flaw" in the design
This is perfectly fine if
the title band prints be… -
Hi Nico,
ok, thanks. Did it that way, seems to be ok.
When doing some tests I've noticed, that it wasn't actually a problem of
the subreport. Looks like every stretchable object on the title band
leads to this behav… -
Hi Nico,
placing the subreport onto the GroupHeader band of the main report looks
like a good alternative, I believe.
It already contains a subreport with column captions and the preview
information could come befor… -
Hi Nico,
thanks for your reply. That would be something new for me, I believe,
but one question appears directly:
what will be the order?
The required layout is:
- some common stuff like address etc. (Part of th… -
sorry i meant version 16
the problem was in the cal method
it had report.name.group.firstpage
apparently old version of RB just ignored the .name segment and since
version 12 if considers it invalid
thanks… -
Hi Nico,
16.02 build 144
You can edit a RTF on screen in the designer, using the following text
in Arial 8pt,
Afwerking: Radius gefreesd
Hoekradius: 2
The editor shows the tabs OK, while the r… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Yes, I had reached that conclusion. Wouldn't be such a pain if there
were only a couple of reports but there are dozens.
Oh. Well. Head down, bum up.....
<… -
i have a table with 500 reports online, for 5 users ( 100 private
reports for 1 user )
How i can make to limit reports at singole user ?
-
Hi Nico,
thanks for your answer.
I tested the trial version (16.02) and confirmed the resource that you
commented. It is exactly what we need.
I am providing the version upgrade.
Thanks.
<… -
Wed, 3 Jun 2015 18:11:26 +0200, Andrea Nini wrote:
I have found this example and now I've understood the procedure:
Wed, 03 Jun 2015 09:32:13 -0600, Nico Cizik (Digital Metaphors) wrote:
Currently I print to an image file with this code:
ppReport1.DeviceType := 'PNG';
ppReport1.ShowPrintDialog := False;
ppReport1.TextFi…The reason I thought that was this reply in the news group in 2013.
Try implementing the Group.AfterBreak like this
procedure TForm1.ppGroup1AfterGroupBreak(Sender: TObject);
begin
ppReport1.Engine.CurrentColumn := …Additional to my previous post :
I just downloaded the latest version : 16.02 for Delphi 2007. Same issue.
I also tried :
- adding the event, compile the report, save to disk.
- REstart program, read the report …Hi Nico,
Consider it "solved" !
thanks a lot !
regards,
Dirk Janssens.
"Dirk Janssens" schreef in bericht news:5575c9ed@mail....
I think your answer solved it...