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!

Recent content by genoah

  1. genoah

    Currency Conversion

    Thanks to everyone for hthe help. Dave
  2. genoah

    Currency Conversion

    I need to change a currency value ($325,000.00) to the actual words (three hundred and twenty five thousand). I have searched and I have not been able to find anything. Any help will be appreciated. Dave
  3. genoah

    Annual percentage rate calculation

    Thanks, this will be a big help.
  4. genoah

    Annual percentage rate calculation

    USA - I have that calculator downloaded already, but it is not quite what I need. The calculation is off. Does anyone have the actual mathmatical formula that you would use a pencil and a paper to figure out? Thanks for your help!
  5. genoah

    Annual percentage rate calculation

    Does anyone have the formula to calculate annual percentage rate in Delphi. I have looked eveywhere and can not seem to find it. Thanks ahead of time.
  6. genoah

    Shell list view Question

    Thank you very much! It worked great!............ Dave
  7. genoah

    Shell list view Question

    Thank you for your reply, but that works with file list box. It doesnt work with shell list view. I want to use the shell list view and load from there.
  8. genoah

    Shell list view Question

    I am new to Delphi 6. I understand how to load a file say to a memo field from file list box, but I am having problems loading a file to a memo field from Shell List View. I can use something like 'memo1.lines.LoadFromFile (filelistbox1.filename)'. Can anyone please give me a hint or push me in...
  9. genoah

    Inut box Formatting

    Yep. I only can figure out that I will have to uncheck literal charters in the mask box. Dave
  10. genoah

    Inut box Formatting

    the mask works good when entering in to the database. It saves the information "(323)123-4567" When I try to search with a input box, if I type in 3231234567 it will not find it. It must have the '() and -'
  11. genoah

    Inut box Formatting

    I need to search by a telephone number. I am using the phone number mask edit when creating the record. When I try to search using a input box and findkey method, I need to input the '()' around the area code and the '-' between the number. Is there a way to hard code this so I can just type in...
  12. genoah

    Table Locked

    I will try that. Thank you. Dave
  13. genoah

    Table Locked

    When I run my application I get the error "Table locked by another user" and it shows my machine as the person locking the table. I dont have it networked. It will display this message if I create a new record and I post it them I try to edit it. I open my tables when the form is shown...
  14. genoah

    Sum

    Can you give me a example of code that I code use in a dbgrid for a oncolexit event? I am having a tuff time with this.
  15. genoah

    ONE MORE DATABASE QUESTION

    That fixed it. I just added the database index before the call for the search and that fixed it. Thanks for all the help.

Part and Inventory Search

Back
Top