Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display 3 columns in listbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00917844
Message ID:
00917846
Vues:
9
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform