Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate in grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00514180
Message ID:
00514416
Views:
11
Hi Moises!

The record pointer of the grid should move, it is just matter of issuing refresh on the grid.

eg.

** Put this code at lostfocus event of your text box
local lcValue

lcValue = allt(this.value)

if lastkey()=13 &&
this.parent.grid1.setfocus()
locate for left(name,len(lcValue)) = lcValue
this.parent.grid1.refresh()
endif
Joe Mamokan
Database Specialist
Email Address: mamokan@eudoramail.com
Url Address: http://visnet_dd.tripod.com
"Can you VISUALIZE Quick Data Access"
Cell # +639172482033
Previous
Reply
Map
View

Click here to load this message in the networking platform