How can i create a report page with dynamic button in apex 4.0 [message #527458] |
Tue, 18 October 2011 03:33 |
|
mukeshdhana
Messages: 1 Registered: October 2011
|
Junior Member |
|
|
I have to create a report with table_name,enable/disable buttons should be displayed. So each line in the report would have a button(one for Enable,another for diable) on the right hand side. When I press the button enable, it should enable the tablename in the particular schema and would kick off the job process for the table.
So if I press the button Enable on line 6 of the report, the process linked to the button would kick of the job for a table for that specific table on line 6.
IF i click the disable button , the table should be diabled and the job will not be submitted.
How can I accomplish this? Any one please give me the suggestion.
|
|
|
|