tryston02
August 30th, 2005, 12:40 PM
Hey guys, I have two questions. I have a ListBox that I am populating dynamically from a database.
It adds the vertical scrollbar by default no problem, but It doesn't add the horizontal scrollbar once the content exceeds the width of the ListBox. I don't see any properties for it either.
Also, How do I get the Listbox to display muiltiple values in one line. like so:
06MAR05 - Airfields have been repaired
//next record etc...
I have set the DataTextField to the field in my table called "DESCRIPTION"
But I also need it to show the date from the field in our db called "IMPORT_DATE".
How would I acheive the above example?
Thanks!
Take care,
Chris
It adds the vertical scrollbar by default no problem, but It doesn't add the horizontal scrollbar once the content exceeds the width of the ListBox. I don't see any properties for it either.
Also, How do I get the Listbox to display muiltiple values in one line. like so:
06MAR05 - Airfields have been repaired
//next record etc...
I have set the DataTextField to the field in my table called "DESCRIPTION"
But I also need it to show the date from the field in our db called "IMPORT_DATE".
How would I acheive the above example?
Thanks!
Take care,
Chris