If you are unable to create a new account, please email support@bspsoftware.com

 

select first value by default in radio button group prompt while running a rpt.

Started by Sridhar Vuppugalla, 25 Aug 2016 08:54:23 AM

Previous topic - Next topic

Sridhar Vuppugalla

Hi,

I have a requirement to select first value in Radio Button group prompt by default. In report their is no prompt page. Radio button is at front end of report.

I have tried couple of javascripts which are not working.

I was tried with below script which is not working.

<script>
var radbut=document.getFormWarpRequest()._oLstChoicesClient;
radbut.options[0].checked=true;
</script>

Please help me to get the resolution ASAP.

Thanks
Sridhar

yogeswari