Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box - preventing truncated field values
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01083909
Message ID:
01083939
Vues:
8
>(Wish I had a better title)
>
>I have an existing form with a combobox - RowSourceType=1-Value and RowSource=Unknown,Yes,No - it matches a one character field in a table and correctly puts the first character (of the selected RowSource word) into the table.
>
>My customer wants a quick fix to have it display the full word - not just the single character - when updating a record.

use a two column combo:
* SET
BoundColumn = 2
BoundTo = .T.
RowSource = "Unknown,U,Yes,Y,No,N"
ColumnCount = 2
ColumnWidths = "90,0"
with an one column is possible, but little more complex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform