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 Mike Lewis 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
  • Order by date
  1. pkakkar

    some problem in code

    Hello all, well thanks for pointing out things and for your suggestions..Yes you are right. well i have done some modifications in my code last week and its working fine (as per what i wanted) ..except one thing..if I have a group name as 'Delhi Belly' in my groups table. but user enters...
  2. 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...
  3. pkakkar

    A Spell Checker- help in code

    done....thanks all.....
  4. pkakkar

    A Spell Checker- help in code

    hello , not able to get what i wanted using 'find ' function. is there any other way to search the words in my Memo with the WordList.text file. If not found then display 'word not found' else 'No spelling error found.' regards Pooja
  5. pkakkar

    A Spell Checker- help in code

    ignore my previous post..
  6. pkakkar

    A Spell Checker- help in code

    i tried making a TString List and storing the WordList file contents in that. and tried using Find function. but what if the wordlist has 'the' and the text written in my memo has 'hte'..how can i write code to recognise these spellign errors and correcting them.. regards Pooja
  7. pkakkar

    A Spell Checker- help in code

    Hello, can u also tell me what if I have to search these 'item's in my WordList.text file one by one. If not found then display 'word not found' else 'No spelling error found.' Regards Pooja
  8. pkakkar

    A Spell Checker- help in code

    Thanks perfect!!! yes i know there are so many mistakes in my code and i m still a learner...but I truly hope I become perfect in this like you guys.. Regards Pooja
  9. pkakkar

    A Spell Checker- help in code

    Hello Glenn, I tried using what you have said. instead of making a function, i wanted to see first if this piece fo code working correctly so i added showMessage(myWord)..but it shows nothing... I actually wanted that it reads the text loaded in MemoBox word by word and checks from my...
  10. pkakkar

    Error:Dataset not in edit or insert mode

    perfect..great !!thanks...
  11. 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)...
  12. pkakkar

    how to Retrieve data from TDBGrid in DBedit boxes

    no need to reply.,..its done' i have used fields[index]property cheers Pooja
  13. pkakkar

    how to Retrieve data from TDBGrid in DBedit boxes

    Yes I have done that. But I want if I select any row in DBGrid, the values in the respective columns should come in DBEdit boxes. so for that i have to write something like Form2.DBEdit1.Text:=DBGrid1.SelectedRows.(something.,..I dont know what???) or may be some other property....which i dont...
  14. 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...
  15. 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