Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display 3 columns in listbox
Message
 
To
28/06/2004 01:07:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00917844
Message ID:
00917846
Views:
10
>i have set listbox rowsourcetype - sql statements and rowsource as "select >lname,fname,mi from bls". i also set columncount to 3.

>how can i display value as alltrim(lname)+", "+alltrim(fname)+" "+alltrim(mi)+"." ???

if you want to put in one column, you can put this way..
Sele alltrim(lname)+", "+alltrim(fname)+" "+alltrim(mi)+"." as custname from bls
on the rowsource of your listbox..
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform