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 bkrike 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: aik2
  • Content: Threads
  • Order by date
  1. aik2

    select * become select count(*) or what ?

    Hello All ! Sending query to postgresql like: select * from MY_FUNCTION(1,2) and get an error in log: "error relation "MY_FUNCTION" does not exist" "STATEMENT select count(*) from "MY_FUNCTION" Running under Delphi6, dbExpress, postgresql 8... Running query under pgAdminIII...
  2. aik2

    ScrollBar at TWebBrowser

    Hello ! How could I add a scrollbars to TWebBrowser component? Thanks.
  3. aik2

    How to get a printer status

    Please advise, how to get an information about current printer status (out of paper, off, etc) of default printer. Thanks
  4. aik2

    Touch screen and Delphi

    Hello All ! Please, give me a hint or article about how Delphi communicate with Touch screens? Maybe it's just like mouse ? Thanks to All
  5. aik2

    Cursor position in TValueListEditor

    Hello all ! Does anybody know how to manage a cursor position in the cell of the TValueListEditor ? And maybe anybody know how to make a highlight of the current cell ? Thanks in advance, Ilya
  6. aik2

    Connection from TWebModule to MS SQL Server

    Hello All ! Try to connect with MS SQL Server 2000 from TWebModule via TADOConnection and ODBC Driver. At design time, connection is ok, but while running, ODBC return message "Data source name not found and no default driver specified". What am I miss ? Thanks, Ilya Kaourov
  7. aik2

    Run application and get message about Demo version of the dbExpress

    Hi all ! Run application and get message about Demo version of the dbExpress, but I have a "pgeLicense.pas" in the project. Does anybody has same trouble? [Delphi 6]
  8. aik2

    Put buffer from TFileStream.Read() into string

    Hello All ! Please help, how to put buffer from TFileStream.Read() into string?
  9. aik2

    One more time for storing images at table

    Hi all ! I need store images, but I need to do it without file handling functions like lo_import, lo_export, because of LAN and user access rights. Can I send a file as byte string to server, save there this string as a BLOB ? Thanks in advance,Ilya

Part and Inventory Search

Back
Top