cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling in tableview

Former Member
0 Kudos

Hello everyone,

we have a menu tree with 10 options. When we click some option, we get displayed a tabstrip and in every folder there are either input fields or tableviews. We then created a routine to check the input values; in case of an error we call the option, then the tabstrip and then the corresponding folder where the non-valid value is. The user cannot select another option till he/she has corrected the error.

The problem is in tableviews with a big amount of information. The routine detects correctly the tableview but the user has to scroll who knows how many pages till he/she can find the non-valid value.

They want me to scroll the information in the tableview with code, so that the erroneous information shows up with no user intervention. Does any one know if it is possible to do this ??

Thanks for any idea.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

you can set the <b>visibleFirstRow</b> attribute of the htmlb:tableview to error record no.

Regards

Raja

Answers (0)