Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight bar... seek() question
Message
From
21/03/2000 00:25:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Highlight bar... seek() question
Miscellaneous
Thread ID:
00348206
Message ID:
00348206
Views:
60
Hi all,

1ª Why this code didn't work, i have a textbox to do a search, but the highlight bar don't appear in grid.

LOCATE FOR ALLT(this.value) $ &pcMyTable..c_descri
IF FOUND()
ThisForm.Grid1.REFRESH()
ThisForm.Grid1.setall("DynamicBackColor",;
"Iif(ALLTRIM(&pcMyTable..c_descri) = ALLTRIM(THISFORM.GRID1.COLUMN1.TEXT1.VALUE),RGB(0,255,255), RGB(255,255,255))")
this.setfocus
ELSE

ENDIF
----------------
2ª i have my clients table index on name.client, why when a type "joao" i don't go to the first record begin with 'joao', but i go to the first like 'antonio joao'.

Thank's in advance

Joao Batista
Next
Reply
Map
View

Click here to load this message in the networking platform