12-10-2015 06:07 AM
Dear Sir,
Please help me to implement the logic for limit the characters length of each cell in listbox.
Thanks & Regards,
S Nagaraju
Solved! Go to Solution.
12-10-2015 06:10 AM - edited 12-10-2015 06:11 AM
12-10-2015 06:24 AM
Dear Sir,
I am reading data line by line from .txt file and displaying the lines in listbox. Plz find the enclosed VI & text file for more clarity.
The representation of listbox should be Emitter Name, Date & time.
S Nagaraju
12-10-2015 06:31 AM
Hi Sonti,
that's no MultiColumn listbox, it's a simple listbox…
Just apply the logic presented above: limit string length for line in your text file BEFORE writing them into the property node of the listbox!
It just requires a FOR loop and a StringSubset function…
12-10-2015 06:57 AM
Thank you for the solution.
As you mentioned here i am able to display Enitter no, data & time.
But, based on selection I have to process entire data that means full line.
How to get the full data of line if i select one emitter from listbox?
S Nagaraju
12-10-2015 07:02 AM
12-10-2015 10:30 PM - edited 12-10-2015 10:45 PM
Dear Sir,
Thank you very much its going fine.
And i am able to remove the empty lines from listbox also.
S Nagaraju
12-11-2015 02:16 AM