Hi all.
Is it possible to select or deselect all records in a foundset with buttons[select all] [deselect all]?
Best regards. Roberto Blasco.
Hi all.
Is it possible to select or deselect all records in a foundset with buttons[select all] [deselect all]?
Best regards. Roberto Blasco.
Roberto Blasco:
Is it possible to select or deselect all records in a foundset with buttons[select all] [deselect all]?
You can use the functions foundset.setSelectedIndex() and foundset.selectRecord() to select 1 record and foundset.setSelectedIndices() to select 1 or more records.
There will always at least 1 record be selected.
If deselecting all records is very important to you, then you can of course make it look like all records are deselected by changing the colors with the onRender event.
Thanks a lot Joas
Best regards. Roberto Blasco.