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

    Problems with TMemoryStream.CopyFrom

    Hi, I have a small problem copying part of a MemoryStream (Stream) into another MemoryStream (FoundStr). I have a long RTF document that I load into a memory stream and then search for different sections based of a bunch of changing requirements. I then want to load the new MemoryStream into the...
  2. ColinTod

    Accessing dynamic forms

    Hi, I have a multiple Dynamic Form2's attached to Form1 Pagecontrol tabsheets. I want to do things on the Form2s based on a button click from Form1. Any sugestions? ============================== Form1 has: Button1 Button2 PageControl1 procedure TForm1.Button1Click(Sender...
  3. ColinTod

    Accessing OnChange in Dynamic Component

    Hi, I have been spending the last few weeks working on a bit of software and have now run into a stumbling block that I can't seem to get past. I was wandering if you might be able to help. I have a form that has a PageControl on it. I dynamicly create tabsheets using this: procedure...
  4. ColinTod

    Unchecking Checkboxes

    Hi All, I have a wierd problem that I can't work out. I am putting together a program to handle attendances and payment details for a martial arts club. I have a form (Martial) that has the following: - A DB_Grid (DBG_Name) that populates with a list of names from an interbase DB. - A...
  5. ColinTod

    SQL Query Problem

    Hi all, I am having a problem with a report I am trying to produce. I am quite new at SQL so I am sure that the answer is basic. I have a DB I have designed for my local Martial arts club to handle student attendances. 3 of the tables are: TABLE PERSON PERSON_ID FIRST_NAME LAST_NAME...
  6. ColinTod

    Passing Parameters to SQL

    Hi, This is my first post. I have only just started using SQL in Delphi and am obviously doing something wrong. I have created a membership database and wish to create some RAVE reports for it. I have a TIBQuery with the following SQL statement in it: -------------------- select * from PERSON...

Part and Inventory Search

Back
Top