Marc
|
| Posted: 05/02/2002, 6:35 AM |
|
Hi,
are there any examples where a search form allows the user to specify AND
and OR between the fields using radiobuttons, i.e.
Customer Type: [editbox] AND [radiobutton] OR [radiobutton]
Customer Account: [editbox]
Thanks
Marc.
ps I am using JSP + Templates, Tomcat and Oracle. but any example would be
great.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 05/02/2002, 7:37 AM |
|
This can be done by replacing AND with OR in sSQL variables in Form/Open
event.
ANDs or ORs relating to radio buttons can be located by using special names
and locating them
in sql statement.
--
Alex
CodeCharge Developer
"Marc" <marc@devHQ.co.uk> wrote in message
news:aarfac$n3r$1@news.codecharge.com...
> Hi,
>
> are there any examples where a search form allows the user to specify AND
> and OR between the fields using radiobuttons, i.e.
>
> Customer Type: [editbox] AND [radiobutton] OR [radiobutton]
> Customer Account: [editbox]
>
> Thanks
>
> Marc.
>
> ps I am using JSP + Templates, Tomcat and Oracle. but any example would
be
> great.
>
>
|
|
|
 |
|