CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    60

    How to do in Visual FoxPro 6 ?

    I want to build a program to look up a sentence in a database (DBF or SQL 7) like MSDN do by 'index topic', i.e. program will looking up after each character typed, and display the most matched sentence.
    Who know about how to do this, please help me.

    Thank you in advance,

    Hai Le

    hailn@hotmail.com



  2. #2
    Join Date
    Jun 1999
    Posts
    18

    Re: How to do in Visual FoxPro 6 ?

    Hai Le,

    I have not done this, however, I would check into the InteractiveChange event and the KeyPress method. You can get it to then run a program or SQL statement each time the user enters a stroke from the keyboard. Also, make sure that your form is refreshed each time there is code run, else the user may never see any change.

    A neat site for VFP 6 (or other) is at: ourworld.compuserve.com/homepage/rhendricks/misclang.htm#VFOXPRO

    Hope this helps.

    mirage


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured