Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboListBox
Message
De
30/07/1999 04:51:00
 
 
À
29/07/1999 13:19:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00247782
Message ID:
00248075
Vues:
22
Hi Van.

>> I'm new to Visual Foxpro, so be patient. <<

Welcome!

>> When entering data into the "User_ID" field in the "Computers" table, I want the user to be able to pick from a list of existing records in the "User" table. For the most part I've done this with a ComboListBox. <<

OK, you don't say how you have set up your combo box, but I from what you say, it seems that it should look like this:

RowSourceType = 6-Fields
RowSource = User.User_ID

ColumnCount = 1
BoundColumn = 1

If User_Id is a numeric field, you need to set BoundTo = .T.

ControlSource = Computers.User_ID

Does this help?

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform