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: *

  1. MinalMaurice

    TMsg Receive Message

    Two independent Delphi packages where one receives a message with the call SendMessage(H, wm_WordWebShowAtom, GlobalAddAtom(PChar(LookupWord)), Self.Handle); where the 3rd variable is text, sent from xxxx.SelText. I assume the replacement for the SelText will also be returned by a similar...
  2. MinalMaurice

    Calling Programs

    The last lot of help I had was great. One more request. How do I start a .exe file from within Delphi, and can I link to it?
  3. MinalMaurice

    Focused

    Using Delphi 7 and wanting to know which box I'm working in, whether DBEdit or DBRichEdit etc. Tried Field.Focused, which compiles but says False even though I'm in that Box. Any ideas? Thanks in advance.
  4. MinalMaurice

    Using dbExpress to connect to SQL 2000

    Having set up all the parameters to link to an SQL database from either Delphi 7 or Delphi 2005 running on Windows XP Pro, I get an error message SQL State 42000, SQL Error Code 4060. Any ideas? Thanks in advance
  5. MinalMaurice

    Browser Incompatibility

    I'm using a SQL 2000 database. One of my tables contains 2 fields, the first - URL - contains a full URL reference, such as http://www.xxx.com/etc.htm. The second - Logo_Name - contains the name of a logo image to be found in the Logos directory. I use the code <a href="#URL#"...
  6. MinalMaurice

    SQL 2000 Database INSERT INTO Problem

    When using MS Access the following code works <cfset #UKHour# = #DateAdd("h",5,Now())#> <cfquery name="addpage" datasource="#AcDNS#"> INSERT INTO tblCounter (visitdate, visittime, browser, ip_address) VALUES ('#dateformat("#UKHour#", 'dd/mmm/yyyy') #', '#timeformat("#UKHour#"...
  7. MinalMaurice

    Date Update Problem in SQL 2000 Database

    I am migrating from Microsoft Access to Microsoft SQL as my database. I'm getting problems with dates - an error is returned "The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value." This is due to the line of code Set LastVisit =...

Part and Inventory Search

Back
Top