Subject Re: radio button
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Mon, 13 Jul 2020 06:57:03 +0530
Newsgroups dbase.getting-started

>
> Thank you. Although the issue of Onchange event helped. The issue of retaining status needs that onchange event should not occur because when it does the set value of radiobuttons changes by all means. So now problem is how to reverse
>

Good Morning Mustansir,
From the thread I understand that you are in a fix that how to stop
onChange from firing when you are changing the values through program.

form.radio.onchange = null

The Code where you change your values

form.radio.onchange = forn.radio_onChange

I have used this with canNavigate when I was trying to force navigation
and the event was preventing it.

Regards
Akshat