I have searched and read through a lot of threads but still not able to find an way of iterating through a table and displaying rows.
I am able to GetColumn and display all rows for a single column but looking for a way to get access to all columns in the row in a table. I dont want the getcolumn duplicated for each column.
I am using GetAllRows and get the rows which is an object and when I display, it displays as just Object.
I have defined a few columns within a row, tried listviewer, etc.
How do I get fields from the object (rows) so I can access each column and display it or use it to do something?
Appreciate any ideas, direction.
thanks,
Sharath