rbuser
Comments
-
Hi Nico,
Thanks for this hint, but the code I use works fine with a single
report. The problem occurs only with the described scenario
MasterReport/Subreports.
Though I'll change my code like you suggested.
Thanks that was it. Stupid on my part. I looked at it for about an
hour and couldn't figure out what I was doing wrong, sometimes it just
takes another set of eyes.
--- posted by geoForum on in Question on if/then statement, getting an error Comment by rbuser June 2011Thanks Nico
Thanks Nico,
I added ppSMTPCustom,ppSMTPIndy10 to the Uses clause and I no longer get
an error on the statement TppSMTPPlugIn.RegisterClass(TppSMTPIndy);
But, when I have those two units listed in Uses and have the T…Just to but in - does your application require short file names?
Server 2008 R2 ships with short file name support turned off by default.
Took us ages to figure out what was stopping our databases building
properly!!
Hi Nico,
This code works perfectly!
Thanks a lot.
Regards Uli
Hi Nico,
Thank you very much for these hints. That helps.
Regards Uli
Thank you for your help.
-Halim
Yes, this is what I want too. I have a preview in a TppViewer. Beside the
viewer I have a button for scrolling up and a button for scrolling down. At
the end or the beginjing of a page I like to switch automaticaly to the next
or p…I think I solved this issue with the packages by putting the RBuilder\Lib
path back into the library after the RBuilder\Source path. The packages
seemed to compile now. Now if I can just figure out the other issue.
Rodger Va…I'm not sure if it would help but I just tried compiling one of our packages
and it is also giving an error. This is a different error but figured I'd
post it and see if it helps.
[DCC Error] rbRTL1211.dpk(109): F1026 File not foun…Nard Moseley (Digital Metaphors) wrote:
I could do that yes. I just thought there might be a more simple way of
doing it.
--
Nard Moseley (Digital Metaphors) wrote:
Nard,
That doesn't seem to help. I just get the items spread across the 3
columns. What I want is all of the items in all columns.
I am also using column headers.
Going through pipeline in loop is costly.
Can you please provide some better solution. I want to do it
on report side
--- posted by geoForum on http://www.newswhat.com…?I want to do on report side, Can you provide some simple solution,
I won't like check in loop of data pipeline, which is costly.
Please provide better solution.
--- posted by geoForum on in Page wise Summary Comment by rbuser June 2011We are currently on 12.02, I'll be checking if we can upgrade to12.04.
Thank you very much for the detailed reply and the suggested workaround
Mike.
Thanks for the hint.
This is what worked:
ppGroupFooterBand2BeforePrint(Sender: TObject);
var lTooBig : Boolean;
begin
ppDBImageStatic.Width := FImageMaxWidth;
ppDBImageStatic.Height := FImageMaxHeight;
<…Thanks Nick. I have indeed purchased the Pro version of Tee chart, but could
not get it to coexist with RB. In the end I removed the RB TChart
components.
Do you have a FAQ anywhere that will advise how I can update RB7 for TC…This is a multi-part message in MIME format.
Thanks for reply.
Is there any tool to convert binary templates to ascii templates, so
one could easily look what is current printer name?
mika
On Wed, 6 Jul 2011 07:45:13 -0500, "Nard Moseley \(Digital
Sorry,
wrong Info in my second post: The problem is that the data source is not
open automaticly... If I open it manualy the chart is displayed...
Alex
Again:
During Runtime no Chart is displayed :-(
Alex
Hi Nico,
were you able to reproduce the different behaviour after switching to
Preview and back?
I dont want to use the MasterDataPipeline for data traversal, but only for
visual purposes (which is pointed out in yo…I had thought about that but I am unsure of how to use DADE with RemObjects.
We use RemObjects as our interface to the database. Is there a way to use
the two together? I could not find any documentation to help on the topic.
Nico,
Thank you. That's what I thought might be the solution.
Mike
> Enhancements for RB 12.05
Delphi XE Update have problems with very large project, i can't install Upd
1.
what happens if i upgrade RB 12.04 to 12.05 without D.UPD 1 ?
Hello Nard,
okay, now it's clear. I misunderstood your posting from 18.07.2011.
One last question: Is there a way to find out, which Reports are "wrong".
Maybe a test-program? I have many reports and some of them are 10 y…Hello Nard,
thank you very much for the fix.
But I don't have a region in aregion, and I don't have a region with two
memo or something. I validate my RTM-File and the problem is:
ppRegion1 contains ppLabel1 an…Hi Nico,
thank for the fast response.
My Problem is, that I have many reports (> 200) with much more
ShiftRelativeTos. All are saved into a database. Now I cannot open this
reports. No PrintPreview, no Designer. …