Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo
Message
De
05/04/2001 07:44:07
 
 
À
04/04/2001 12:53:08
Ben Dekker
Dekker Soft & Hardware
Axel, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Combo
Divers
Thread ID:
00491456
Message ID:
00492269
Vues:
14
Hi Ben.

>> replace user.name with this.DisplayValue <<

Try this instead:

INSERT INTO User ( Name ) VALUES ( This.DisplayValue )
This.Requery()

>> I only knows that i must use this two properties. <<

The only thing that you must have for a combo to work is a RowSourceType and a RowSource.

Typically a combo is used for displaying a set of valid choices from some sort of lookup table from which the user can select. This value is then used to populatye a field in another table to which the control is bound (i.e., its ControlSource).

Perhaps you have chosen the wrong control for the job here. What is it that you are trying to accomplish?

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

Click here to load this message in the networking platform