Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Probem with a grid
Message
 
To
10/11/2003 13:02:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00848418
Message ID:
00848431
Views:
12
Try this:

ThisForm.GRIDHSCODE.SetFocus
...do your code


>there is my code
>
>LOCAL cur_area
>STORE SELECT() TO cur_area
>
>IF !EMPTY(THIS.VALUE)
> SELECT CUR_HSCODE
> GO TOP
> SET NEAR ON
> SET EXACT OFF
> SEEK(ALLTRIM(thisform.text1.Value))
> IF FOUND() then
> ThisForm.GRIDHSCODE.Refresh()
> ENDIF
> SET EXACT ON
> SET NEAR OFF
>ENDIF
>
>SELECT (cur_area)
>
>the problem is the line is not hilighted
>why ?
Previous
Reply
Map
View

Click here to load this message in the networking platform