Simple strip of buttons used to navigate the rows of your datawindow. Can display current row and rowcounts. Display values can be completely customized. Additionally, give your users the option to directly insert new rows or delete existing ones
//Open Event or Post Constructor Event: uo_dwnav.of_SetDataWindow(dw_employees) uo_dwnav.POST of_SetTheme("BLUE" ) uo_dwnav.of_SetValueText("Employee {currentrow} of {rowcount}" ) uo_dwnav.of_SetValueWidth(700)