12-30-2005 05:01 AM
12-30-2005 05:48 AM - edited 12-30-2005 05:48 AM
Hi Mattia,
Here is a solution.
But i must admit that even through it does the job, it is not very convincing
I have put a smaller table embedded inside the main table.
The first Column is indexed out and shown on the smaller table.
So can anyone think of a better trick?
Regards
Dev
Message Edited by devchander on 12-30-2005 05:51 AM
12-30-2005 06:35 AM
Thank you devchender,
but your solution is good only if the table has not the vertical scrollbar: in fact if you have a vertical scrollbar, when you move it, only the rows of the main table scroll down.
12-30-2005 06:40 AM
12-30-2005 07:04 AM
Thank you TST,
I think it's a good idea, but I don't know how insert my variables into the column headers.
Can you explain me with an exemple?
12-30-2005 07:05 AM
12-30-2005 07:18 AM
Charly, no need for the ListVIEW solution (which is what Dev suggested), since it's only one column.
I can't give you an example, since I'm not near a computer with LV at the moment, but, as I said, the index is -1, so you can use the array VIs to insert or replace the headers by using that index. If I remember correctly, there are also header properties which would be 1D arrays of string.
12-30-2005 09:10 AM - edited 12-30-2005 09:10 AM
Message Edité par chilly charly le 12-30-2005 04:11 PM
12-30-2005 10:29 PM
Hi Mattia,
Hope you have no row header to display in your table.
If you do not, then the latest solution proposed ( one CC has posted ) is the best option.
Regards
Dev
12-31-2005 05:00 AM
Of course, I have no headers so I'll use this solution that is very good, thanks.
Happy new year!