Java: column values of a view

Hi All!

I have some strange problem and i don’t know how to solve it. Maybe someone has an idea.

I am using getColumnValues() of a ViewEntry to get all values of visible columns of a view. But on some views i get also some hidden columns (not all) and i don’t know why…

Any Ideas?

Thanks!

Bye

Alexander

Subject: java: column values of a view

Alexander,

my experience is that getColumnValues() has always returned hidden columns. You have to use the ViewColumn Class to determine whether it is hidden or not.

Cheers, Robin