Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gcaramia
  • Content: Threads
  • Order by date
  1. gcaramia

    component for search images on internet

    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...
  2. gcaramia

    Web Service Client

    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...
  3. gcaramia

    Add picture in word documents

    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...
  4. gcaramia

    How to obtain the value of windows environment variable?

    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
  5. gcaramia

    Diagram-Tree

    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.
  6. gcaramia

    TextBox for Numeric Entry

    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.
  7. gcaramia

    How to change windows regional settings?

    Is it possible to change the windows regional settings permanently from inside D7 program? Thanks Giovanni Caramia
  8. gcaramia

    What's my IP through a router?

    Does exist a component or some code that can tell me my ip when i'm connected to internet through a router? Thanks Giovanni Caramia
  9. gcaramia

    Indy IdDayTime and syncronization

    Hello I want syncronize pc-clock every 6 hours. Can somebody help me in using Indy IdDayTime Component or something else? thanks Giovanni Caramia
  10. gcaramia

    Bring to Front/Sent to Back

    How can Bring to Front / Sent to Back a component at runtime (by code) ? Thanks
  11. gcaramia

    stored procedure first look

    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)...
  12. gcaramia

    .doc .xls to .pdf

    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
  13. gcaramia

    A powerfull Editor

    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
  14. gcaramia

    Help with TWebBrowser

    I want to add a 'text search' on the page displaied in TWebBrowser. Is it possible? Thanks to all
  15. gcaramia

    help file .chm

    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?
  16. gcaramia

    close user session in win2000

    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...

Part and Inventory Search

Back
Top