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

    some problem in code

    hello , I have two tables 'contacts' (which has name, email and group name, groupname is foreign key) and 'groups'(which has groupname and is a primary key). 'Groups' is a master table. Also, I have two forms where in I have to let the user enter name and email. and two radio buttons - 'add...
  2. pkakkar

    Error:Dataset not in edit or insert mode

    Hello, I have a form with DBGrid which has 3 buttons insert, edit and delete..If I click on delete Form3 opens up and all the corresponding values are displayed in edit boxes.It asks me if I want to delete this record. If I press 'Yes' button. It deletes the record (code written below)...
  3. pkakkar

    how to Retrieve data from TDBGrid in DBedit boxes

    Hello, I have a form which as DBGrid and can see the records from customer database. Now I have another form say Form2 which has 5 DBEdit components which is connected to the database customer number, first name, last name, phone and address. Now I want to edit the records in DBGrid. I want...
  4. pkakkar

    A Spell Checker- help in code

    Hello, I am making a spell checker and I am a beginner in Delphi. Well, I have 2 forms - Form1 has a MemoBox, and 3 buttons (Open File, Check File and Save File). When I click on Open file, the selected file is loaded in MemoBox and when I click on check file. It should start checking for...

Part and Inventory Search

Back
Top