nittynair
14 years agoOccasional Contributor
Checkbox property - make it constant for a large set of checkboxes in a grid
Hi,
In my application I have a pop up window with a list of checkboxes in grid format.
I need to check a box according to user input .
The check statement looks like "Call Aliases.IEXPLORE.pageJobTitleWindow.formFrmjobtitles.panel.table.cell.panel.tableGvjobtitle.cell3.checkboxChkselecter.ClickChecked(True)the "cell3" value changes for every checkbox .
Currently I am using a switch statement and using that for each checkbox ... but this is cumbersome as I have 98 checkboxes.
How can I make this work in a single statement.
thanks in advance
In my application I have a pop up window with a list of checkboxes in grid format.
I need to check a box according to user input .
The check statement looks like "Call Aliases.IEXPLORE.pageJobTitleWindow.formFrmjobtitles.panel.table.cell.panel.tableGvjobtitle.cell3.checkboxChkselecter.ClickChecked(True)the "cell3" value changes for every checkbox .
Currently I am using a switch statement and using that for each checkbox ... but this is cumbersome as I have 98 checkboxes.
How can I make this work in a single statement.
thanks in advance