I need to insert in my D7 application an internet image search.
What i'm looking for is something that i can call with some parameters (words relating to images i need).
Something as google search image engene.
Does anybody knows if exists a component (free/not free)?
or how can solve ?
Thanks...
I want to use web services, for the first time, in my application Delphi7.
So i used this tutorial:
http://www.devarticles.com/c/a/Delphi-Kylix/Creating-a-Web-Service-Client-with-Delphi/
to try a public web service.
It seems to be very easy to approach SOAP client but...
my application erase...
With Delphi 7 Pro
I need to add a picture (signature) at the bottom of word documents (office 2003/2007). Documents may have one or more pages each.
I'have tried with ole:
uses
comobj;
procedure TForm1.Button1Click(Sender: TObject);
var wdgotolast,wdgotopage,wdgotoabsolute : olevariant...
I need that a query returns the computername (or any other enviroment variable defined on a client)
Something as:
select "@@computername"
where computername is the name of pc where the query is invoked.
Is there a stored procedure or any other magic tip ?
Thanks
gianni
I'm looking for a component that can draw diagram-tree with collapse button on nodes. The look must be like MS FrontPage' structure-view.
Here you can see what i mean
with image
or link
http://www.winsvetta.com/diagramma/diagramma.htm
It's another form of tree-view but in more graphic look.
Hello
I'm very new in VB6 world.
I'm looking for a component (better if free) that can be used for:
- numeric data-entry (property: alignment, decimal places, thousand separator)
- DBdatacontrol (linked to DataSource-Numeric-Fields)
Tanks to all who shall help me.
I installed MySQL 5.0 alpha and tried for my first time stored procedures.
I begin with this:
CREATE PROCEDURE `myfirstproc`(in codx char(16),OUT descr char(50))
BEGIN
select description into descr from artics where cod = codx;
END
then
call myfirstproc("mycod",@retreivedDescription)...
What i want to do is to transform a .doc or .xls into .pdf
I tried to print to a pdf-printer as distiller or PSprinter + GostScript + FreeDist and it's ok but i should like that the parent application (word and excel) doesn't open.
Any suggestion?
Thanks
I'm looking for a more powerfull editor for D7.
I visited http://www.delphi-expert.com/castalia2/ and i think its Castalia 2 is interesting.
Does somebody know/use it?
Or does exist a better editor?
Thanks
Giovanni Caramia
How can i use an help file .chm instead of .hlp in a D7 project?
I tried to execute it by using winexecute but ... nothing
somebody can help me please?
My program runs (on the server win 2000) in night and pack files. Some users forget to close their pc and, more, they leave programs and files open. How can i close their sessions before my pack and reindex and copy begins? If possible i prefere to include in my program (in D7)instructions for...
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.