Jump to a checkbox

Hi,

is there any way to jump to a special checkbox?

I have different checkboxes and a large scrollabable screen.
At the end I have a button "submit".
User has to ckeck a ckeckbox in every "part" of the screen

Part1:
Checkbox 1
Checkbox 2
Checkbox 3

Part2:
Checkbox 4
Checkbox 5
Checkbox 6

Part3:
Checkbox 7
Checkbox 8
Checkbox 9

If the user has forgotten to check a checkbox in Part1, screen should autamtically scroll to Part1

Hi Oliver

  1. Use a TextBox (ReadOnly) instead of a Label for 'Part1', 'Part2' and 'Part3' titles.
  2. The Screen or Arrangement should be set to Scroll.
  3. If the user has forgotten to check a checkbox in Part1, Use 'call TextBox_Part1 RequestFocus'

Snap1

Dear Chris,

That's it!

Thank you very much :grinning:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.