Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incremental Search
Message
From
15/05/2000 04:51:22
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
 
To
15/05/2000 03:32:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00369490
Message ID:
00369496
Views:
20
No problem
First of all have index on character field , you want to search.
Insure form property-rn
put in text field the code like that
if seek(alltrim(this.value),'yourtable','yourindex')
thisform.rn=recno('yourtable')
else
thisform.recno=0
endif
this.parent.grid1.refresh

in Grid refresh
write the following code
SetAll("DynamicBackColor", "IIF(thisform.rn=RECNO('yourtable), RGB(240,233,210), '')", "Column")
Best wishes, Vladimir
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Previous
Reply
Map
View

Click here to load this message in the networking platform