Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
 
 
To
31/01/2001 10:24:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00470628
Message ID:
00470668
Views:
37
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform