C
CS Imam
Hello,
This is a simple question, but I have searched high and low and didn't
find the answer. I think I am not thinking about the problem in the
right way.
I have a set of rows with data on each row. I would like to put a
checkbox on each row at the beginining, and when the user clicks on a
row's checkbox, for a macro to be activated to run validation routines
on the data of that row alone.
Here is my question: in the macro that is activated for the
checkboxes, how do I find out the row of the checkbox? Is there an
equivalent to Java/C++/C#'s "this" pointer or something of that
nature, that would allow me to refer to the particular checkbox's
"self"? To ask it "what row are you on"?
confused.
This is a simple question, but I have searched high and low and didn't
find the answer. I think I am not thinking about the problem in the
right way.
I have a set of rows with data on each row. I would like to put a
checkbox on each row at the beginining, and when the user clicks on a
row's checkbox, for a macro to be activated to run validation routines
on the data of that row alone.
Here is my question: in the macro that is activated for the
checkboxes, how do I find out the row of the checkbox? Is there an
equivalent to Java/C++/C#'s "this" pointer or something of that
nature, that would allow me to refer to the particular checkbox's
"self"? To ask it "what row are you on"?
confused.