rbuser
Comments
-
Apologies, you probably realised but I meant a second TADOConnection was
added...ooops
-
Hi Nico,
Thanks for taking time to reply
my connections are working as I can confirm I can see records i… -
Hi Nico,
Thanks for checking. I will try this.
Phil
-
Hi Nico,
Sorry, but I can't "see" how I would set up an event in Delphi for an
end-user report. Can you point me to some example that would show that?
Do I need to define anything other than these properties for the Param… -
Thanks, that did the trick

-
Nico,
That tip worked a treat for new reports but I see it won't help for
templates that have SQL already saved in the template with the wrong syntax.
I've already been using the RB demo for reading the templates as text … -
Thanks Nico,
Once again, you save my bacon
-
Hi Nico,
Sorry for the late reply. The Reserved word list seems to have done the
trick but I've now found another problem which I could use some assistance
with.
When using the Query Wizard you are given the option … -
I don't think that's the issue here. The ONLY components on this form are in
the detail band and are above the page break. The report shows personal
details - name and email address - and each page has a different person and
is a s… -
Thanks. That does it.
Shoji
-
They weren't appearing until I set ValidateFieldNames and
ValidateTableNames to False. They are in the Data Dictionary Tables.
We are using D14(2010), RB 12.01, IBO4, daIBO, dtFirebird, IBOSession
-
On 9/30/2010 12:14 PM, Nard Moseley (Digital Metaphors) wrote:
Thank you Nard, this got me much closer.
One thing I will mention if anyone else has an issue with this is that I
had to run the following lines of code on … -
?It's built into Sage BusinessWorks. I was wondering why I couldn't reload
it . The application's report takes all data fields to come up with
a net price per line item. I added an extension (Quantity shipped * net
price… -
This is a multi-part message in MIME format.
-
?I have not been using the OnCalc Event.. The statement I have been using
is:
Value := ReportData['ShipQty'] * ( ReportData['UnitPrice'] -
ReportData['UnitDiscount'] )
This gives the correct result fot the detail line it… -
Thanks for that reference.
Ok, I edited the rtm file and can load the report; however, I still can't
see the Data Tab.
-
Thanks Nico,
That works perfectly.
-
Hi
On a random sample of 2 reports 12.02 seems to resolve this issue.
Regards
Philip L Jackson
-
Just what I needed. I am infact using the TRichView Component. However
the link:
http://www.digital-metaphors.com/Subpages/Downloads/Comp… -
Hi
I made a couple of video's which demonstrate the behaviour. In both cases
the 2nd and 3rd fields were transposed but often they can be completely
scrambled up.
in Report Wizard - selected fields - order issue Comment by rbuser November 2010 -
Thanks Nico, the X was the problem.
On Wed, 3 Nov 2010 07:30:13 -0600, "Nico Cizik \(Digital Metaphors\)"
-
Thanks!
-
Nico
I have checked and checked but can not get it to work correctly. I have gone
back to a DBDemos data set and used just one string parameter as a test. I
can see that the event is firing ok and i used ShowMessage in the ev… -
Nard
Thanks for that. Now all sorted.
Regards
Tim
-
Thanks for the reply Nard.
I am supporting a multi-tier app using Delphi 2005 and RB 10.x and want
to move to D2009 and RB Server. The big selling point for the app. is
the flexibility of end-user report creating/design/editin… -
Philip L Jackson wrote:
Hmm. Not sure this is what I need because I have no experience using
crosstab, but I will look into it. Thanks for sharing.
-
Hi
I have probably misunderstood the question, if so please ignore the
following....
For something similar I used a 2nd Table which has the following fields
LINE_NO MONTH_DESCR
1 JAN
p.s. Would using a crosstab be an approach even though I am not
summarizing data? I have not used crosstab before, so I'm not sure if
this would work.
Hi Nico.
I figured out the SQL to get the last record of each month, but I am
stumped on getting the row labels on the left hand side of the report.
Basically my data has 12 records which list across the page by using
Oh, yeah, I forgot about the columnar report. That helps a lot.
Not sure if the max thing will work. I gave example to keep it simple,
but I actually have hundreds of columns. Lot of work to max all those,
and not sure how th…