N
Nicholas Scarpinato
I have a listbox that displays daily data for a report. This listbox has one
problem, however. When the data being displayed hits around 50 columns, the
Columnwidths propery errors out saying that the property is too long. I have
a loop that builds a string to set the lengths per column, starting with "2
in;" and appending "1 in;" to the string for each column. Is there a way to
tell the database to make the first column 2 inches and every column
thereafter 1 inch, regardless of how many total columns there are in the data?
problem, however. When the data being displayed hits around 50 columns, the
Columnwidths propery errors out saying that the property is too long. I have
a loop that builds a string to set the lengths per column, starting with "2
in;" and appending "1 in;" to the string for each column. Is there a way to
tell the database to make the first column 2 inches and every column
thereafter 1 inch, regardless of how many total columns there are in the data?