Is there a way to programmatically check the Row Selector for a row?
cloakedFeb 20 2009 — edited Feb 26 2009Greetings,
I have a report that has the Row Selector column. I am processing the rows that are checked by the user when they click a button, so I am already looping thru FOR ii IN 1 .. Apex_Application.g_f01.COUNT.
I need some of the rows to always be processed in the loop, so I would like to:
1. have certain rows checked automatically. Is that possible?
2. using the same logic that automatically checks certain rows I would also like to insure they stay checked, or are process in the loop. (You know, I may automatically check certain rows, but the user may uncheck them.) So, even if the user doesn't check them, I would like to programmatically check them before the FOR ii IN 1 .. Apex_Application.g_f01.COUNT looping occurs.
3. If it is possible to prevent the unchecking of a row that is automatically checked it would be awesome and would mean that requirement 2 is moot. If that's possible let me know. That would be sweet. :-)
I hope that makes sense, and that you understand what I need to do. If not, let me know.
Thanks in advance for your help, Tony