English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

There is no in built function to search. u can write a small code to search the table and display results.

for eg.

if u have a dbf customer.dbf with custid,custname,city
then u want to search on custid

have text box for custid,custname,city
have one push button search
then in the validate event u can write the code

sele a
use customer
index on custid tag custid additive
set orde to custid
go top
seek thisform.custid.value
if found()
thisform.refresh()
else
wait window 'not found'
endif

choose this answer as best answer and get me 10 points.

2006-11-29 15:52:44 · answer #1 · answered by lakshmi r 4 · 0 0

Rye....your question is not clear. Give details about what are you looking for? You mean the syntax command? You mean a search command like seek() or find()?

Enter a new question with more details... so you get me helping you.

2006-11-29 08:59:57 · answer #2 · answered by Briano Pitt 2 · 0 0

fedest.com, questions and answers