Skip to Content
0
Former Member
May 16, 2018 at 01:05 PM

BSP- Refresh button reloading first page in table

209 Views Last edit May 16, 2018 at 01:21 PM 2 rev

Dear all,

After upgrade to 750 release SP08. One of BSP applications was adjusted to Design2002+Design2008. One of the buttons 'Refresh' in the table is to clear and reload all data for that page, however after upgrade if on different page Refresh button is taking back to the 1st page of the table.

Checked different examples of multi select(SBSPEXT_HTMLB) from the standard library but none of them had these. Eg. Button.bsp

Layout uses, Button tag 'doRefresh'. Event handler On Manipulation event is triggered successfully. However, instead of staying on the same page within multipage table, the application is loading first page.

Properties: Application is marked as 'Unchanged' in the status field.

Layout code:

<htmlb:button id = "REFRESH"
text = "Refresh"
onClick = "doRefresh"

Thanks in advance.

Regards