rbuser
Comments
-
22/08/2004 08:57:23 p.m.
-
Rick Dement wrote:
sorry that should have been RB 7.04 Ent
--
Rick Dement
Ideal Software Systems, Inc.
-
Thanks, but I think my problem is related to key fields. My detail queries
are linked to the master by fields that aren't key fields. Could this be
the problem?
When I link one of the detail tables to the master in the same qu… -
Thank you for your help. I looked up the error on the internet which
reported it as a sql error. On inspection the database on the two machines
WERE different (one had more fields than another) and since the 'all fields'
option was … -
Thanks for your help, but I think there must be something else I'm missing.
The daADO was already in there. The library path is included and I am not
using the runtime packages. To be safe I gave them those just in case - no
d… -
Hi. I resolve my problem.
Apparently when we create our ODBC we use: "Microsoft dBase Driver
(*.dbf)", so we change the settings of the designer to the following:
CollationType: ctANSI
DatabaseType: dtMSAccess
Hi Nard.
Our reporting solution have some limitations/issues to deal with:
1. The database does not exist when the user is designing a report template.
2. There are not a database server or another third party software whe…I have a similar issue. We are using a TDataBase to access a folder
containing dBase files via ODBC. When some fields with "reserved word" names
are selected then the query wizard generates the following error: "Invalid
SQL stateme…Hi,
Firstly, it is not a single quote, it is a reverse single quote (backtick).
Here they are next to each other '`, the correct one is the latter and is
usually found on the same key as the ~ on your keyboard. To answer the …Thanks Nard, that works well enough for me.
Cheers,
Thanks Nard, that got me going and I found my issue.
Cheers,
Thanks Nard, I went back to an end user demo running off a Sybase db
and it all works great.
So it looks like I have broken something with some of my
customization. The symptom is that after the dataview is created it
gets…Nard,
first thanks for your very fast and good support. I understand the problem
from Data-Tab: The tables based on real existing ADO-Tables. If i put, for
example, "Customers" and "Cars" on the form and create "Master/Detail"Nard,
thats works, thanks. But please tell me: I have an self-build query ("select
id, name, country from View.... where ...") with many fields for data-view;
that doesnt work with your example, because it based on real tables. …Hi Nico,
we are on the right way
You create master/detail "on demand", that's
correct. The problem in your exa…> I went back and read your original post. You mentioned an example called
download.
"The page cannot be found"
Nard,
thanks for your answer, but that doesn't solve my problem.
they
that's the point, there is nothing to read, no documentation in the web. I
take a look into daDBBDE and understand ... nothing. The Helpfiles…Thanks Nard that was just what I was looking for. No guarantees of
safety I know.
Cheers,
Nard,
I see the problem. As a compromise, if the user sets the Alias (which
doesn't then change) of the calc field can I use it to hook back up
the components that referred to the now renamed SQL alias?
In TdaQueryDa…That worked, thank you very much for your help.
I think I may have posted in the wrong group, sorry.
The problem basically is that a query returns a float value which I would
like to format to a string according to my needs.
So in the report's "Calc" section in the OnC…Nard,
This technique i am already using in other situations, but in this
case this week parameter is already an autosearch value, the only
solution i'm seeing might be to create a Passtru that creates an ado-
connection and fet…This is only happening with the LargeInt and only with EndUser.
I am using DBISAM tables if that makes a difference.
Hello Nard,
Thank you very much for your high-tech tips, I combined them and created a
new method to fix the DatabaseName,
even if the report contains multiple Dataviews. Here is my solution to
resolve this issue:
nope ...
I mean I added new columns to my tables.
Then I disconnect then reconnect so I can have my tables refreshed.
The tables are refreshed but the DADE isn't, that is, the new columns
dont appear in the Data view…so a DADE for RB 7.04 working under D6 should work under Delphi 7, no ?
Nard Moseley (Digital Metaphors) a écrit :
Thanks for your answer Nard,
I really dont see what can be the differences between a DADE for RB7.04
/ D6 and a DADE for RB7.04 / D7 ...
maybe you heard about some changes to apply to the DADE jumping from D6
to D7 …Quite right,
That's why we work now with ReportBuilder, we have been running
Impropmty for Web (Cognos) en WebFocus (Information Builders), both
suberb applications that costs q whole lot more than Rb, although we
still have l…Harry,
I do see a lot of merit in what you are asking, and I too hope that DM
will improve this area in this or in future releases.
We have implemented similar functionality in one of our own
applications, so I wanted…