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

    a question about the fileage function

    Hi everybody, I'm a Delphi 7 programmer. I'm using the FILEAGE function to read the date of a file, in OS timestamp format. Can you suggest a quick way to obtain an OS timestamp that takes only year-month-day, without hours-minutes-seconds? I thought that the OS timestamp could have 16 bit for...
  2. bobbygm

    exporting data from Oracle to MsSqlServer

    Hi everyone, I'm writing a simple Delphi 7 application to export data from some Oracle tables to the correspondant MsSqlServer ones. The MSS tables already exist, are empty, and were created with the same structure and relationships of the former Oracle tables, but eventually with different...
  3. bobbygm

    copying files

    Hi, I'm sorry for this stupid question: What's the delphi procedure to copy files from a directory to another? Is there anything similar to the DOS command "COPY"? (ex. copy c:\notes\*.txt c:\other_notes) thank you very much Emanuele
  4. bobbygm

    opening dwg files from a DBgrid

    Hi everybody! I'm developing a web application with Delphi 7. I have a DBgrid and some ComboBoxes to perform search operations; the resulting records are the names of some dwg (Autocad drawings) files, and everything works well. Now I'd like to open those files by clicking on the corresponding...
  5. bobbygm

    DBgrid problem

    Hi! I've placed a sqlQuery, a DataSource, and a DBgrid component on a Delphi7 form. The DBgrid points to the DataSource, which in turn points to the sqlQuery. When I run the application, it gives the following error: "Operation not allowed on an unidirectional dataset". What happens? How con I...
  6. bobbygm

    reading ms excel cells with Delphi

    Hi everybody! I'm writing a Delphi 7 application, and I want it to read string values from some .xls (Excel) files, pointing at some cells (B3 and C3, for instance) of sheet 1, in order to manage those values with string variables. The inputs are name and directory of the files, which are...
  7. bobbygm

    querytableproducer and more

    Hi! I'm developing an Intranet web site, using Delphi to build the CGI executables that respond to calls from buttons on a web page. In particular, there's a page for searching a drawings archive: I use the querytableproducer component from the Internet palette to fetch the results back, and...
  8. bobbygm

    datetime comparison

    HI! I NEED HELP!! I have problems while comparing two dates in tdatetime format with Delphi 7. I compare the two variables either by > or by the comparedatetime function, and the result of the comparison seems to be unpredictable. It doesn't give correct results, and I don't know why. Any...

Part and Inventory Search

Back
Top