Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble with combobox and numeric control source!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Trouble with combobox and numeric control source!
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01114815
Message ID:
01114815
Vues:
59
I have a combobox on my form with the following properties set:

.BoundColumn = 2
.BoundTo = .T.
.ControlSource = m.pbenefit
.RowSource = pplans.desc, benefit
.RowSourceType = 6
.ColumnCount = 1

The field benefit is numeric (hence the .BoundTo = .T.) as is m.pbenefit. However, when I select an item from the list, although m.pbenefit is set to the correct value, the DisplayValue of the combobox gets wipes out making it look as though nothing was selected.

If I set .BoundTo = .F., then I just get the item's index rather than its numerical value when I select an item from the list.

Any ideas?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform