Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Little problem
Message
De
31/01/1999 00:43:57
 
 
À
31/01/1999 00:33:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00182232
Message ID:
00182238
Vues:
10
>Hey
>
>This refresh is good but the name of the combo is in
>the VAR.
>
>LOCATE FOR cnoproduit = tcNoprod
>lnComRec = recno()
>if FOUND( )
> Thisform.cbo1.listindex = lnComRec
>ENDIF
>
>I try this
>
> Thisform.&tcComboname.listindex = lnComRec
>How can i do this?
>
>Thanks PP

You can use 2 periods '.' after the variable name you are trying to "macroize":

Thisform.&tcComboname..listindex = lnComRec
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform