Skip to content

previous/next buttons on form

Jan Haller requested to merge F17498_previous_and_next_button_on_form into develop

Refs #17498 - Three new Form.parameter added: btnPreviousNextSql, btnPreviousNextLoop, btnPreviousNextWrap. Based on the result set of btnPreviousNextSql two (or three) buttons are created which link to the previous/next record. btnPreviousNextLoop enables looping through the selected records (first to last and vice versa). btnPreviousNextWrap wraps the buttons in custom HTML.

Merge request reports