Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
De
31/01/2001 10:24:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Grid Question
Divers
Thread ID:
00470628
Message ID:
00470628
Vues:
79
Hello everyone,

I have a query about a Combo Box in a grid.

The columns recordsource is bound to a numeric field
This numeric field needs to be represented in the grid by a short description
but the Dropdown needs to show a long description

eg.

With This
.srcArray[1,1] = 'NetReq'
.srcArray[2,2] = 'Net Requirements '
.srcArray[3,3] = 1

.Visible = .T.
.RowSource = "This.srcArray"
.RowSourceType = 5
.BoundTo = .T.
.BoundColumn = 3
.ColumnCount = 2
EndWith

This works fine but the dropdown shows "NetReq | Net Requrements"
How can I get it to dropdown Net Requirements? but still show NetReq afterwards?

TIA

Will
Will Jones
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform