Hello
I have checkboxes. When i press one button, every one of my checkboxes become checked when there (in a row, record) is one empty item. When all are checked i want to jump to the first checked record. So my current record would be first checked record.
exp:
1 record full_item
2 record full_item
checked 3 record empty_item
4 record full_item
checked 5 record empty_item
Now i want to go to 3. record. Then i have another button which fill (only) all checked records empty_items.
Thanks
I have checkboxes. When i press one button, every one of my checkboxes become checked when there (in a row, record) is one empty item. When all are checked i want to jump to the first checked record. So my current record would be first checked record.
exp:
1 record full_item
2 record full_item
checked 3 record empty_item
4 record full_item
checked 5 record empty_item
Now i want to go to 3. record. Then i have another button which fill (only) all checked records empty_items.
Thanks