Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight bar... seek() question
Message
From
21/03/2000 09:56:12
 
 
To
21/03/2000 09:45:09
Anthony Suarez
Black Marlin Data Corporation
Taguig, Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00348206
Message ID:
00348351
Views:
21
There is the code that i have now in interactivechange event textbox,

set exact off
LCONTA=LEN(ALLT(THIS.VALUE))
LOCATE FOR ALLT(this.value) = &pcMyTable..c_descri
IF FOUND()
ThisForm.Grid1.setall("DynamicBackColor",;
"Iif(ALLTRIM(&pcMyTable..c_descri) = ALLTRIM(THISFORM.TEXT1.VALUE),RGB(0,255,255), RGB(255,255,255))")
ThisForm.Grid1.REFRESH()
ELSE
ENDIF

I want to try a generic form to do search in all my master's tables. i have my clients table then i have a button to do search and display's this form, i set grid recordsource=pcmyTable.

Thank's

João
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform