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

    Delphi-like directory and file form windows in C#

    Hello, All I'm trying to create a C# form in VS2017-7 to conduct Fourier transforms on data files in several different directories and folders. In my Delphi progs I had windows on my form displaying directories and another of the files in those directories allowing me to move from directory...
  2. BillKilgore

    Converting BASIC to Delphi 7 Problem

    Hello All, I've been engaged in translating some Basic applications into Delphi 7. I got to a triple-nested set of For loops in Basic and the innermost loop had a 'STEP' specification. It took me awhile to recall what that was and, as I recall, one can specify that a loop going through an...
  3. BillKilgore

    Windows 7 and Delphi 7 Problems

    I've used Delphi 7 (D7) since 2003 with several machines. Recent failure of my Vista machine led to my replacing it with a Windows 7 machine. Though I was able to nurse the D7 along on the Vista machine it is now becoming more trouble and, after reading several programmers’ illustrations of...
  4. BillKilgore

    Tripping Over Simplicity with Delphi 7

    Hello All, I put together a little routine that takes two similar .txt files, loads their data into two separate arrays, compares the two arrays, updates one array based on the data from the comparison, and writes out the updated array to one of the .txt files. This is a stand-alone project...
  5. BillKilgore

    Fast Fourier Transform FFT

    Hello Everyone, I want to write a function in Delphi 7 that would conduct an FFT on a large amount of sound data. The data is converted from a WAV file to a rationalized, 0 to 1.0 values, TXT file by GoldWave, a commercial sound analysis package. I've been all over the Web trying to come up...
  6. BillKilgore

    Automatic Delphi Response to an EXCEL OnScreen Request

    Hi Everyone, I've got an application that upgrades several Excel worksheets in separate files. Each file is a standalone. Each utilizes some basic values that must be present in each of the standalone file. Each of these values requires manual updating by the user. I would like have each of...
  7. BillKilgore

    Access Internet Data with Delphi 7

    Hello Everyone, I've gotten a request from a person to generate some software that would be used to retrieve historical stock closing prices for several different stocks to be taken from Yahoo's financial section. She's looking for a weeks worth of data at a time for each stock so she can...
  8. BillKilgore

    Multiple Items From a SQL Select string

    Hello everyone, I’ve been trying to extract some data from an Access DB then I want to insert it into an Excel File for further analysis (Length, Width, BoardFeet, ProcessTime) rather than write Functions for each view. The SQL statement works as far as it goes and inserting data from an array...
  9. BillKilgore

    Unable to rename Delphi32.$$$ to Delphi32.dro

    Hello, I recently purchased a Vostro 1400 with a Vista OS. Delphi 7 installation requires that permissions be reset for the BIN directory and the Projects directory in the Programs\Borland\Delphi7 directory. I found a wedsite where the process is pretty well explained...
  10. BillKilgore

    A SQL Select formatting problem

    Hello, I've been trying to get a SELECT statement addressing an MS Access 2000 database. This is the code as it is currently failing; begin close; SQL.clear; SQL.Add('SELECT * FROM Logs WHERE Specie = '+ebSpecie.Text' AND ProcessDate = '+ebDate.Text); Active...
  11. BillKilgore

    Combos Don't Display DB data

    I've got a knotty problem here that I've been trying to resolve for some time. In the application I've been working with, the . Specifically, my problem here is that functions that performed fine on the computer I wrote them on at home don't work on the IBM ThinkPad I'm working with out in...
  12. BillKilgore

    Delphi Open and Read Excel files

    Hello, I've been trying to develop a Delphi 7 app that will read data from a text or csv file, perform some basic functions, load it into an array, and append the array contents below the current last row in an existing Excel (XLS) file. The pace is slow as documentation is somewhat sketchy...
  13. BillKilgore

    ZoneAlarm Action Unacceptable!

    I was on my IBM 360 WIN ME laptop last night trying to download some financial data when my ZoneAlarm instantiated itself (I didn't have it running because it slows the system down so much) put up a warning page and absolutely blocked my further accessing the internet via Explorer until I reset...
  14. BillKilgore

    Project Not Recognizing Its Members

    I think I somehow altered the way my Delphi 7 editor addresses the project I'm working on. I start-up the editor and open the project. However, when I try to open one of the member units, the project is replaced by a new instance of the editor. It re-opens the editor and the member unit is...
  15. BillKilgore

    Access 2K Insert Format From Dephi

    I've spent the last day and a half trying to insert some record values into an Access 2000 DB using Delphi 7. I've tried several variants of what you see below; with and without the 'QuotedStr,'with and without the '=' after VALUES, ADD and APPEND after SQL (INSERT, the most obvious, didn't...
  16. BillKilgore

    SELECT...MAX Question for SVANELS

    Steven, I read the answer you provided kingosticks in his query 102-1051893 but I'm unclear as to exactly how to apply it. My difficulty is identical to his and I'm getting the same, '...field not found' error when the line with the 'X' is encountered. (I use the string, loc_bar_number, as...
  17. BillKilgore

    Variables in a SELECT..FROM...WHERE statement

    I'm trying to call up a vendor number into a DBLookupComboBox to go with the name selected in an adjacent DBLookupComboBox. That box is associated with an ADOTable. The vendor number DBLookupComboBox and its TDataSource are both associated with an ADOQuery. The code I'm using is as follows...
  18. BillKilgore

    Mechanics of using SQL to get Data from Access

    I'm writing an Access DB that will maintain an inventory of metal barstock and the products that they ultimately become. Each bar is assigned a sequential number when it enters inventory independent of its make up. There are many different metals and alloys. As each bar is machined into...
  19. BillKilgore

    Me Op Sys and HD>40 GB

    I plan to install a second HD in my HP Pavilion (Pent 3) to use as backup. I think the HD access limit with this Op Sys is ~40 GB. I can get 40GB from Azon but then I can get an 80 GB for $8 more. My question; Does the Me system acess ONLY 40 GB of an 80 GB drive or does it fail to recognize...
  20. BillKilgore

    The Tomes of Delphi: Algorithms and Data Structures

    I've been searching for a copy of the subject book for about a week. I've checked many new and resale book dealers. I've also contacted the author and the publisher. It's gone out of print and there are no plans to republish because, "...Delphi is a limited use language."(!) Would...

Part and Inventory Search

Back
Top