03-03-2006 01:22 AM
03-03-2006 03:51 AM
03-03-2006 04:12 AM
Hi,
But I can't figure out how to give the listbox a string property, because when ever I add a listbox, it is of property I32, and I can't change the representation of it. I can now make it write to a listbox, but every time a new data arrives, it writes over the last one, I would like to add it to the listbox, not overwrite whatever was there before.
Any idea? Thank you!
03-03-2006 05:46 AM
Hi Frida
You need to convert the variant data return from your SELECT and convert whatever column item you want, row by row. Here I am auto indexing out each row and taking the first column, coverting that into a string, converting to a 1D string array and supplying that to the Item Names Property of the list box
Example attached in LV8
Hope this helps
David