Page 1 of 1

Extended Search - filter by first radio value on page load?

Posted: Sun Oct 02, 2022 4:49 pm
by konfuzion

EXT SEARCH
(X) RADIO BUTTON1 (_) 1 RADIO BUTTON2 (_) RADIO BUTTON3

LIST (FILTERED BY RADIO BUTTON1)

Instead of having to click on Radio 1 and click search, how can this be done automaticaly on page load ?

(Radio buttons are populated from a LOOKUP TABLE and DISTINCT enabled.)


Re: Extended Search - filter by first radio value on page load?

Posted: Mon Oct 03, 2022 8:08 am
by mobhar

Since you want to filter the recordset on page load, then you may use Recordset_Selecting server event.

In addition, to make the Radio button is selected on page load, then you may use Startup Script.