manosubbiah
Programmer
Hai,
I am new to vfp programming.
My code follows,
thisform.list1.columncount = 3
thisform.list1.rowsource = "select short, name, no from customer"
thisform.list1.rowsourcetype = 3
Now the list box is populated with these values.
When I select a record from the listbox, how will i get the Short, Name and No from the Listbox? What is the property i have to use to get the field values i have selected. I am fed up with this problem. Please help me out to fix it asap.
I have another problem also, suppose i need to insert tab between 2 string values, how can i give?
Thanx for any help in advance.
Mano
I am new to vfp programming.
My code follows,
thisform.list1.columncount = 3
thisform.list1.rowsource = "select short, name, no from customer"
thisform.list1.rowsourcetype = 3
Now the list box is populated with these values.
When I select a record from the listbox, how will i get the Short, Name and No from the Listbox? What is the property i have to use to get the field values i have selected. I am fed up with this problem. Please help me out to fix it asap.
I have another problem also, suppose i need to insert tab between 2 string values, how can i give?
Thanx for any help in advance.
Mano