Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox Display
Message
 
 
To
05/06/2001 10:06:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00515078
Message ID:
00515081
Views:
15
This message has been marked as the solution to the initial question of the thread.
>I have a listbox that displays city and state values obtained through an SQL statement. Everything works fine. However, I am not happy with the appearance of the dropdown box. The following is an example of what I get when I click on the listbox:
>
>Atlanta................GA
>Pensacola.........FL
>Tallahassee.........FL
>
>(ignore the dots, it was the only way I could get the spacing right)
>
>What I would like to see is this:
>
>Atlanta, GA
>Pensacola, FL
>Tallahassee, FL
>
>Is this possible? If so, how?
>
>Thanks in advance for your help,
>Russell Clendenon
Select PADR(Trim(City) + ", " + State, 40) As CityState, ...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform