Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference to a column in a ComboBox
Message
De
09/10/1999 07:22:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Reference to a column in a ComboBox
Divers
Thread ID:
00274572
Message ID:
00274572
Vues:
56
I have a combo box with two columns. The data is stored in an array that is part of the combobox.
WITH Thisform

  SELECT DISTINCT RodSpec.Mill , RodSpec.MillId;
    FROM WireMill!RodSpec ;
    ORDER BY RodSpec.Mill;
    INTO ARRAY .cboMill.cboData

  =ASORT(.cboMill.cboData)
  .cboMill.DISPLAYVALUE = .cboMill.LIST(1)
ENDWITH
When I select a value from the combo box I need to know the value in column 2. How do I reference it?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform