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

    Quick Need: Validate one Field against another BeforeEdit

    I have a Tdataset named 'jobs'(ADO Connecting to Access) with the following fields: jobs.end_date (TDateTime) jobs.ship_date (TDateTime) I need a good way to validate that jobs.end_date is not greater than jobs.ship_date BEFORE posting the changes. I of course can check it in the beforeedit...
  2. BrianDHuff

    Looking: Planner or Resource Scheduler components

    Hello all. IN a bind with a production scheduler program I am working on. I am needing a Calendar or Planner component/suite that will display a date range within a grid i.e.: Sun Mon Tue Wed Thur Fri Sat 1 2 3 4 5 6 7 8 9 10 11 etc... I need this to be...
  3. BrianDHuff

    Creating Multiple TADOQuery @ RUntime

    I have a very fun and interesting little challange. Delphi 6.0 and MS Sql server using ADO for connection. I have 1 table called Import_Raw within this table there are about 250,000 records that are dumped in from an import of Excel spreadsheets. I perform several operations on the dataset...

Part and Inventory Search

Back
Top