rbuser
Comments
-
Thanks Nard, that put me on the right track.
--
Jeremy Knowles
-
>When I load some of my report templates in the designer, I get an
Please ignore, when I add raIDE to the uses clause the problem goes
away, so I think that I was using RAP for a few reports.
Thanks again for all the … -
Thank you for the help. I have it mostly working now.
When I load some of my report templates in the designer, I get an
exception that says "Class TraCodeModule not found." From looking
around in the forum, that error seems … -
It is really "OnPageRequest Invalid property value" and the other error is
"TdaBDEQueryDataView not found" and the report is loaded with an empty data.
--- posted by geoForum on in Saving a report to a database Comment by rbuser November 2006 -
We are working now with version 10.04. Is backward compatibility supported
for version 6.02?. I'm having problems opening old reports in the new
components. For example "OnPageRequest property not found".
Also we created this reports … -
Nico
No problem. My commission is only 10% as thats two recent ideas I have fed
in ;-)
Its a real problem here so Im going to have a think how we could do it,
thanks for your suggestion. If you have any further chanc… -
We did exactly this...
Added a field to RB_ITEM and then added a menu item to view the Report
Description
Mark
-
Yes, Nico. Did that and the problem was an uppercase letter instead of a
lowercase :-)).
Thank you
--- posted by geoForum on http://delphi.newswhat.comHi Nico,
Did that and still I have some problems when I open the new report with no
BDE classes. I have to go to the Data tab, click on the Tables and OK, and
save it. After that it works fine. I don't see where else the report …Thank you. I just figure that out. Still have some wacky behavior but it
could be done.
--- posted by geoForum on http://delphi.newswhat.com
Nico,
I figured it out. Simply went to the menu Reports-Groups and created a
group, grouped by the Customer_ID. Worked perfectly. It was right in front
of me but couldn't see it.
Tks for the help,
Don
Nico,
Also, I don't have the complete Report Builder product. I am using a
run-time version embedded or linked into an Accounting System we use here so
some of the documentation doesn't apply. For example, if I go into the
Nico,
I don't see a Report.DataPipeline property on my report at all. The
Report Tree only contains 3 groups: Header, Detail and Footer. I can see
properties for the objects I created under each such as DBMemo, DBText, etc.
The error is generated at the finalization of the ppclass unit when the
ppUnRegisterComponent(TppLabel) it is called. It is trying to create the
components again to the ToolBar, but the ToolBar is nil. :-((
--…Thanks Nico,
RBuilder.ini was indeed responsible for this behavor.
I didn't try to figure out which one entry creates the conflict,
but RB7 version ran perfectly after deleting RBuilder.ini
Thank you for your answer Nico,
but I think you misunderstood the situation.
I don't have two versions of RB in one machine.
I have two versions of my application in one machine, where no version of RB
has ever been instal…Ok Nico, thanks for your help.
Laércio
Nico Cizik (Digital Metaphors) escreveu:
Nico,
By the way, you said in the first answer that is possible to create via
code, ok? So, can you give me an example about how to do this?
I think I made a mistake, sending a copy of this message to your e-mail.
S…Nico,
Thanks a lot, I'll try to do something like you suggested.
Laercio
Nico Cizik (Digital Metaphors) escreveu:
Hi Nico,
Thanks for your reply.
More questions:
1. How to create an AutoSearch field that is not linked to any data?
2. Is there a way to do this in an end-user application environment? In other words, can
the e…Thanks! It worked nicely!!
I saw the example and that is just what I need.
But... I forgot to tell that report is created by end users. My version of
ReportBuilder (Professional Edition 9.02) don't have RAP feature. So I can't
write runtime pascal and …Hi,
I tried that but it still wasn't producing what I wanted.
However, I now have some code to count everytime the group value changed and
used that. Thanks for your help.
Hi,
Thanks for the help, but unfortunately its not producing what I want.
Its performing just like the Detail Count.
I have a report that has something like
->Supplier(Group header 0)
--->…ok thanks for the information.
best regards, dean
hi all, i notice in the notification email for 10.05 it doesnt mention
the improvement such that the Autosearch fields (selection parameters
such as Report is for sales period from x to y) can be easily, without
Pascal programming,…ok thank you.
i guess i need to upgrade to Enterprise version and use RAP.
i'll have a look at the custom component writing but i think its beyond
my resources to invest time in that course.
so i hope some future release w…I really have five different databases ... all structured the same ... That
I need to access ... 5 connection objects would not be practical.
How does a report know which database to access and can I change this when
the report is sel…Thanks again!!
Hah... it worked, problems with my parameterized query...
Sorry