Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox 3 Colums, how can i get the value for each colum
Message
De
31/03/2001 19:52:13
 
 
À
31/03/2001 15:31:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00490637
Message ID:
00490658
Vues:
10
Hello,

Take the + sign and the " ' " out of the List1.RowSource and the list1.ColumnWidths
With Thisform.list1
        .ColumnCount=3
	.ColumnWidths=45,270,100
	.RowSourceType=2
	.RowSource=TableToSearch.c_codigo,c_descri,c_cp
	.refresh
endwith
I hope this Helps.

About your other question:

Are you tring to return the value of column2 after the user selects it?



>Hi all,
>
>I have a form with one listbox, this is a search form,
>
>
with thisform.list1
>	.ColumnCount=3
>	.ColumnWidths='45,270,100'
>	.RowSourceType=2
>	.RowSource=TableToSearch+'.c_codigo,c_descri,c_cp'
>	.refresh
>endwith
>
>now i have a textbox to type what i need to search.
>
>How can i get the value from column2 in ListBox?
>
>Thank's
>
>João Batista
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform