rbuser
Comments
-
Nico,
Running Version 12.05 Build 251.
In the meantime I will review the article.
Thank you,
Mike Malinowski
-
Perfect, Nico. Works like a charm. Thanks very much.
Steve
-
Nico,
This looks to be just what I need with just one problem: PrintPosRect is
(0,0,0,0) every single time for the detail band, yet there are several
detail records on the page. Is there any other way of working out the
… -
Thanks Nico, that gives me something to explore at least!
-
Hi Nico,
Thanks for that. I had a feeling you were going to say it was too late.
Trouble is, I can't do what I need to do any earlier.
Might have to have a rethink.
Thanks,
Steve
-
Thanks for the reply, Nico. I've created custom autosearch dialogs in
the past for different purposes, so I'm familiar with how to do that.
But wouldn't this be a "replacement" autosearch dialog (thus screwing up
the data search fu… -
On 24/07/2014 16:34, Nico Cizik (Digital Metaphors) wrote:
Far too much work to isolate this in a sample project (isn't that
normally the case?), but the method we call (DockForm) before all the RB
code kicks in that quote cal… -
Hi!
i write code
"
ppReport1.Reset;
ppReport1.Engine.Reset;
[db refresh...]
TppDrawText(aDrawCommand).RedrawPage := True;
"
inside a DrawCommandClick of one of my label inside report.
… -
Nico Cizik (Digital Metaphors) wrote:
thanks Nico!
A.
-
Hi
Yes, that's correct!. Thanks for answering so fast
Best regards
Ing. Alewaerts Ignacio
El 30/07/2014 16:41, Nard Moseley (Digital Metaphors) escribió:
-
Hello Nico,
I know exactly where you are coming from, but there must be better way
of managing issues like this? It could take me hours and hours to
contrive an example that you could run, or hours and hours for you to
c… -
On 08/04/2014 12:21 PM, Nard Moseley (Digital Metaphors) wrote:
Thank you, that's what I needed.
Best Regards,
Phil
-
Okay, I've restructured my queries so that they'll run quickly enough
like this (I also see the manual vs. parameterized SQL, in the link
options, though I couldn't get the manual to actually work).
A followup question on the … -
Thank you, Nico. That works, though it unfortunately does take quite a
bit longer to run. I've changed my report's data pipelines so that my
original query is now split into a master/detail relationship. But, the
original query … -
Forget to mention that I'm using RB14 with Delphi XE5.
Am 15.08.2014 16:12, schrieb Bernhard Roos:
-
I'm using the AfterAutoSearchDialogClose event. The trick is to write
RAP code that compiles but will error (e.g.
Showmessage(DatetimeToStr('SOME invalid date string'));
Completely reproducible with your end user Nexus demo an… -
Work fine, Thanks!!!
\o/
-
Have made available in the source link below for an example I made.
Actually some (few) times really not the problem, but if you click on the
button sometimes followed the error happen.
in Print without displaying the form (is possible?) Comment by rbuser August 2014 -
For anyone curiouis, this turned out to be a bug in our report, not
ReportBuilder.
Thanks Nico and Nard!
-
Test project sent to support@digital-metaphors.com.
-
Nico Cizik (Digital Metaphors) wrote:
I just installed the trial of 15.04 to a laptop that did not have
ReportBuilder installed.
The good news is that RB is not getting stuck in an infinite loop.
The bad n… -
Nico Cizik (Digital Metaphors) wrote:
Thank you Nico.
--
Michael Riley
GySgt USMC (Ret)
www.zilchworks.com
-
Nico Cizik (Digital Metaphors) wrote:
That worked. Thanks Nico.
--
Michael Riley
GySgt USMC (Ret)
www.zilchworks.com
-
Nico Cizik (Digital Metaphors) wrote:
Nico,
I did do that in my earliest tests. It's why I thought my code in the
original start to this thread would work. Certainly, in the ide, I
could run through the load p… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
As usual, I managed to bury the lede with too much verbiage and
details. Undoubtedly, there is a printer issue. The output has changed
and there is bleeding on label… -
On 23/08/2014 12:54 AM, Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I have worked out what the issue is but will send you an example
regardless as I'm not sure how to implement a workaround to it.
--
R… -
Hi Nico,
Thanks very much for all the suggestions. I will give it a try.
Andy
On Mon, 25 Aug 2014 10:06:13 -0600, "Nico Cizik (Digital Metaphors)"
-
Hi Nico,
Thanks for the response. I am using the latest ReportBuilder with XE5.
I did set the ShiftRelativeTo correctly but not sure why it is so. I
have since changed everything around, mainly the dataset and the
Datapipe… -
On 26/08/2014 10:55, Paul Toms wrote:
Of course, it can be set to invisible, but they can just delete it
anyway (and Sod's law means they will
Thanks Nard, but as I understand it this make global calculations
vulnerable to the potential deletion of TppVariable components in the
Summary band. For example users who don't want to display a CrewTaxTotal
in their subreport wil…