R
Robert S.
Hi
I have a tabe and on each line there is a command button. Once the user clicks on the button, I want that row to be deleted. Since I do not know how many rows the table will have beforehand, each row will have the exact same button and script
I need to have the script determine which row the button that was clicked was on. Anyone know how to do this
Also, I know I can used check boxes at the end of each row and use one button to delete the checked rows. This is not ideal for my situation, so any help on former would be very much appreciated
Thanks.
I have a tabe and on each line there is a command button. Once the user clicks on the button, I want that row to be deleted. Since I do not know how many rows the table will have beforehand, each row will have the exact same button and script
I need to have the script determine which row the button that was clicked was on. Anyone know how to do this
Also, I know I can used check boxes at the end of each row and use one button to delete the checked rows. This is not ideal for my situation, so any help on former would be very much appreciated
Thanks.