Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assignation de la valeur du combo
Message
 
À
18/11/2002 14:27:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00723986
Message ID:
00724117
Vues:
28
Hi,

I understand your french, but i doubt you understand mine. So, i'm going to answer in english (sorry...)

If your combo is a table, you can use simply the instruction:

myVar = myTable.Field_name

But if you want to use LIST properties, you can use LISTITEM (i'm not sure if it works with data from a table):

WITH THISFORM.cbo1
myVar = .LISTITEM(.LISTINDEX, 2)
EMDWITH


Hope it helped.


Au revoir et bonne chance.


Ricardo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform