Hi,
I have a window with 2 tabs on it. All the work gets done on tab 1 and the results are presented on tab 2 ( the logging tab ) . The window doesn't close when they have done some updating because they want to continue working.
I need to remove the rows they have successfully updated from the tab 1 so they don't see them anymore. What would be the best way of accomplishing this ?
p.s. All the updating is using stored procedures.
Thanks
I have a window with 2 tabs on it. All the work gets done on tab 1 and the results are presented on tab 2 ( the logging tab ) . The window doesn't close when they have done some updating because they want to continue working.
I need to remove the rows they have successfully updated from the tab 1 so they don't see them anymore. What would be the best way of accomplishing this ?
p.s. All the updating is using stored procedures.
Thanks