Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching
Message
From
06/10/2008 16:32:01
 
 
To
06/10/2008 05:42:06
Muthu Vel
Sty Company
India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01352934
Message ID:
01353143
Views:
24
>I have create a table Namely "student.dbf" with fields namely 1.ID 2. name 3. Class 4. Place. I want to search the student whose name letter begin with *A* or *B* or *C* or *D* etc and result will be display in browse window
>
>How to write code?

I think you want these 1 letter at a time. So if your list is already sorted by name you can use
lcLetter = "A"
loca for name = lcLetter
browse noedit nodelete title "Press ESC to Exit"
Previous
Reply
Map
View

Click here to load this message in the networking platform