Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Probem with a grid
Message
 
À
10/11/2003 13:02:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00848418
Message ID:
00848431
Vues:
13
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 ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform