This topic is locked

Use Radio Button on List Page

12/3/2010 12:42:01 AM
ASPRunnerPro General questions
A
andie.caron author

How can I change the CHECK BOX on the list page to Radio Buttons? In my case, there would never be more than 10 20 records (Accts) listed. Hhowever I want to make sure that the user can select 1 and only 1of the accounts on the list page. The reason here is that when they select the appropriate record, we have a script that sends emails to the Customers for that Account (could be 100 or so) for that particluar account.
For the most part, our users only select one, however we've just hired a few more prople and even after some training we had one user Click on the Check Box to Select all and then clicked on Send Notices. Well, we had 4300 emails scheduled to go out.
We aborted the cron job, but I'd like to not have this happen again and I can't think of another way of doing this.
Any/all ideas are greatly accepted.
Thanks very much <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=15873&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />

J
Jane 12/3/2010

Andie,
unfortunately there is no easy way to replace checkbox with radiobutton on the list.

As workaround you can check selected records in your event and process first selected record only.

A
andie.caron author 12/3/2010



Andie,
unfortunately there is no easy way to replace checkbox with radiobutton on the list.

As workaround you can check selected records in your event and process first selected record only.


Thanks Jan, I was afraid of that. As another option, is there a way that I can put a Slection list on the List page. I can populate it with the data I need, and have the user select from the list.
Effectively I can accomplish the same goal. However, i am not sure how to do this in ASPR. I am using 6.1.
Advice or an example would be appreciated.
Thanks for this reply,
cheers.

Sergey Kornilov admin 12/5/2010

I'm not really sure how you can add a section to the list page. Probably you can supply a screenshot that explains how you want to do this.