APEX_ITEM. Check box that does not have a

This may sound strange, but in my case I need to render the checkboxes in a report that will respond and work the client side (Javascript onChange triggers) but do not submit on the server. I have a massive selection report, I have built where I am told to show no less than all the lines, but I am struck a strict limit of 2000 settings on the page (error 400 too many arguments passed. At 3143 parameters. Upper limit is 2000). I know that this could be increased, but I have no idea what the maximum absolute value could be attached to and this is possible with my active beyond the absolute limit of the maximum parameter dataset. It seems that the best would be to sort so the boxes only worked on the client side and did not provide with the page I submit their State if AJAX anyway. With the help of a redirect is not an option that I have other areas of the page that should be treated as part of the mailing.

Any suggestions?

David:

Before you submit the form, you could mark all disable checkboxes is disabled. Disabled does not get submitted.

CITY

Tags: Database

Similar Questions

Maybe you are looking for