Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox Displayed Columns
Message
From
27/06/2001 13:07:03
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
27/06/2001 13:00:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00524206
Message ID:
00524286
Views:
14
>>>>I searched the threads, but to no avail... A Listbox based on SQL has 5 columns and displays all columns correctly when clicked and the list is displayed, but only shows the first column after selecting an item. I'm sure I'm just missing something simple here. Thanks!
>>>>
>>>>Regards, Renoir
>>>
>>>Renoir,
>>>If you mean combo then no you don't. It's default behaviour. Combine few fields to 1 column to show.
>>>Cetin
>>
>>I meant Listbox. Ok, I tried to concantenate fields and show using the DisplayValue, but it doesn't work. Where do I put the combined fields?
>
>Renoir,
>No I meant for combo. Then it's something else - Columncount ?
>What are the nondefault properties ?
>Cetin

Cetin,

Properties:

ColumnCount: 5
ColumnLines: .T.
ColumnWidths: 100,100,100,200,20
Enabled: .T.
FirstElement: 1
RowSource: SELECT code, type, desc, mfsystem FROM prgfiles\codes INTO CURSOR vCodesList
RowSourceType: 3 - SQL Statement
SelectOnEntry: .T.
Style: 2 - Dropdown List

I want to display all fields after item is selected.

Renoir
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform