In a delphi 7 application, how can I determine if the local PC has adobe acrobat installed on it and what version, whether it is a full install or just adobe reader etc.
We install software that needs adobe reader, so we don't want to overwrite the client's Adobe unneccesarily.
Thanks
Is it possible to merge cells in a TStringGrid ? If it is - then how ?
And if it is not - what other suggestions do you have. Any other components ?
Is must look something like this :
January February
Planned Claimed Actual Planned Claimed Actual
Thanks...
Well, the same query works through the BDE with Paradox. It is just strange that it will work with Paradox and not Sql Server.
Error message is :
Project IMQS.exe raised exception class EDBEngineError with message 'Capability not supported Token: UNION'
I am using D7 and Sql Server 2000. I use BDE components and connect through the ODBC.
I have a TQuery where my sql statement looks like this :
Select cola
from taba
union
Select colb
from tabb
I get a error that this cappability is not supported. Does the Sql Server ODBC not support unions ...
Hi,
I'm getting the following errors when I try to connect :
ORA-01034 : ORACLE not available
Ora-27101 : shared memory realm does not exist
When I start my pc oracle does not start up by itself so I go to run -> cmd and type in :
set oracle_sid = grms
sqlplus /nolog
conn system/manager as...
Does anybody know of 'n nice demo of manual for how the Delphi 7 Translation Manager works. Step-by-step manual.
I'm trying to figure it out from the delphi help files, but I'm getting really confused at this stage. The delphi help files always assume you know someting of the subject. Where I...
Not sure if this will work in your case, but try the NVL function.
What nvl does is :
select nvl(column1,0)
from table1
if the value is null then it will return 0.
You can also have
select nvl(column1,1)
from table1
then if the value is null then it will return 1.
So you can return...
Maybe there is a easier way, but I would probably do the following :
Create or replace view vwDate
as
select date1 as ADate
from table1
union
select date2 as ADate
fom table2
then I would :
select max(adate), min(adate)
from vwDate
Regards
Karen
Hi
I'm getting the following error if I try to log in to sql*plus :
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
I had the error before, that was because my oracle does not want to start. So I typed the following in cmd :
set oracle_sid = grms
sqlplus /nolog...
Hi
I am displaying a table in a dbgrid. One of the columns is a lookup column. So the user have to select a value from a lookuplist.
Let say in the list is the following values :
Apples
Pears
Oranges
Are there a way that when the user type 'P' - Pears will automatically appear. So the user...
Hi
Just want to know if when I deploy an Delphi 7 ADO application
on a client's pc. Can I just copy the exe over or do I also
have to install something of ADO. The db is naturally already
installed.
Regards
Karen
Don't have the error with me, but it comes down to that it can not connect to oracle.
Yes the grms.world exist on the xp pc. The TDatabase connect just fine and it is also using grms.world.
Can the type of provider change from pc to pc ?
Hi
I'm new to ADO. So please be patient ! :)
I am using Delphi 7 and Oracle 8.1.6.
I used BDE TDatabase and connect during runtime. I get the username and password and dbname from the registry, and use that to connect.
Now I also want to connect with ADO during runtime. Wel, I am doing it...
Hi
I've got a lookupfield on my dbgrid. So the user select a value from the picklist.
Lets say the following are in the picklist :
banana
apple
grape
The user want to type in g and then it must automatically go to grape. The thing is as far as I can see is that a lookupfield does not have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.