rbuser
Comments
-
Nard:
I almost finish the implementation of my custom query wizard, I want to know
what function, method or property I need to use in order to get the
available fields of an specific table?
I studied the daSQL.pas f… -
Nard:
In the Query Wizard the step 2 allow us to select what fields to work with,
is there a way to show the fields in step 1 when a user select any of the
available tables?.
In this way if I select Table1 the Wizar… -
Nard:
I can make it work with your last instructions however I need to manipulate
the Query Designer in order to hide some columns and show another fields,
can you tell me what dfm or pas files do I need to change in order to … -
Thanks Nard
I tested your solution and works EXCELLENT, but only in runtime
... in
design time crash my de… -
What kind of problems have you been having? I have been having some
issues as well. When I make any change in the data tab, the where 'c'
<> 'c' is being saved in the report. I occasionally am missing the
order by statemen… -
Hello Nard,
First of all thanks for your assistance. Secondly, I followed your
suggestion and completely removed old RB as described in the
article and checked the DataSettings.
It had no effect, problem still occurs.… -
Hello Nard,
I came from RB 10.07 and am using CodeGear 2007, 3rd update. Since
upgrading I have this strange problem, tried recompiling but that does not
solve the problem. If I go to the DATA section and in the menu choose <… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Sorry for not closing this. I too found the problem. When i deleted the
adsd70 package from the rbads111.dpk and re-built it, it picked up the
adsd2007.dcp rathe… -
Thanks Nico
I thought this might be the case. Unfortunately using kbmMemTables for all
Reports would be a major undertaking at this point and manually connecting
the MemTable using DataPiplelines would effectively tie particul… -
I installed 10.09 (sorry, I am a bit behind my times) and everything is
fine!
Thanks anyway!
Sher
-
That did it! Thanks for your help.
Sher
-
Thank you Nard, that did it.
FYI, the performance is identical to the ADO/ODBC connection! I thought I
had already restricted ZComponent.dcr in my ZComponentDesign package but I
had not. For others, if you receive this messa… -
Thanks, Nico. Using the Delphi 2006 IDE, I selected
Component | Install Packages...
and then selected the rbADS1010.dpk located in the Advantage\Native
folder.
An error popup was displayed with "Invalid Pa… -
Hi,
I bought and installed the new version, but I can't find a solution to my
problem that was:
In a report built with an "enduser solution", I need to create a query (QA)
and link it to another (QB) with two fields.… -
Thanks Nard,
Not sure if this is related but I'm also encountering problems attempting to
use an InList parameter with a manual SQL query. Given the query:
SELECT *
FROM Customers
WHERE Customer_ID IN :InListPa… -
My goof! I should have changed to ADO session. thanks!
-
Hi Nico!
Thanks for the prompt reply--I had to get an update to a current report
done before I could try again. You were right! I renamed the .ini and
reinstalled 11.04 and it works fine.
I did notice, however, t… -
Update to earlier post: I uninstalled using a document from you for corrupt
install cleanup and reinstalled version 11.01 and everything works. I think
there is a bug in 11.04?
thanks,
sher
-
Hi,
is this patch included in RB 11.05
Thank you,
Massimiliano Trezzi
-
Ok it works.
Thanks You.
-
ahh. I see. Thank you.
-
Hi Nico,
my newest investigations.
The AV occurs, because TdaSQL.GetReportParameters returns nil
(DataView.Report is nil!!)
The call stack:
ppParameter.TppParameterList.GetParameterForName('Test') … -
Hi Nico,
some more info.
The error does not occur with the demo files using daDBBDE.
So the problem is the dakbmmw.
I know, this unit is not from DM, but is it possible to give me some advice,
where
d… -
Hi Nico,
I can reproduce this error with a blank report.
In this report, I create a parameter and a datapipeline with manual sql,
something like that:
SELECT * FROM mytable WHERE id=:myparam
The error only occur… -
Nico Cizik (Digital Metaphors) wrote:
Thanks, I found and changed the code line as you described, but
apparently I need to know the basic procedure to re-compile the runtime
package in Delphi 7.
Scott
-
In sql exists un underscore as a joker for one char. Perhaps it helps to
search _Smith.
--
Chris (Eulanda)
http://www.eulanda.de
International ERP Solutions
yes, for my understandings it is working in that way. se my post.
In layout select the report properties (in the corner of the ruler). Then
you see parameter, add one, then it's possible to add static lookups but
also another data …Nico,
THANKS. This has been very helpful and removed the confusion. It's now
clear to us ... which we can extend to our users ... the use of User-defined
lookup lists and explicitly defined lookups based on existing data.
Nico,
Thanks. I don't want to seem too stupid, but is there a more verbose
(step-by-step) narrative that describes the steps to accomplish a dropdown
lookup combobox in the AutoSearch popup dialogue?
If I create a …Chris,
Thanks. I think what you describe...is what I am looking for regarding the
functionality.
We want the End User to be able to use the Report Designer to define a
lookup at runtime. What we cannot locate is t…