cancel
Showing results for 
Search instead for 
Did you mean: 

MI 7.1: Import MBO Model...

Former Member
0 Kudos

Hi, i´m doing an app in JSP (compatibility mode NW04/NW04s), but i have a problem, when i sync and receive the data from DO, when this data are store in DB, the order is different, ie:

In NW04s i do tableViewBean.getTableContent(row, 0) and i recive the synckey, now i do tableViewBean.getTableContent(row, 0) and i receive other thing, is different the order of columns and now i have to change one by one all getTableContent, can i avoid it?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I create a method that return the position of the column by the name.

Thanks,