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

Did you try to put 0,100,0 for the columnwidth property, e.g. set 0 to the first column property.

>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
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform