Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental Search
Message
De
15/05/2000 04:51:22
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
 
 
À
15/05/2000 03:32:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00369490
Message ID:
00369496
Vues:
19
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform