ado locate

From: mickeyg (vze28p9f_at_verizon.net)
Date: 03/30/04

  • Next message: Bruce Roberts: "Re: Delphi Rox! but..."
    Date: Tue, 30 Mar 2004 19:08:02 GMT
    
    

    Can you do locate with partial name. Frp example instead of writing smith
    just entering smi
    I use the following statement:
              Locate('FirstName', Edit1.Text, [loCaseInsensitive]);

    Is there a better alternative to using locate?
    Does locate uses indexes for speed?


  • Next message: Bruce Roberts: "Re: Delphi Rox! but..."