Subject TIB_SearchPanel
Author Salvatore Besso
hello all,

is there any way to directly access the edit boxes (or their values)
contained into a search panel ? I'd like to make the search process a
little easy for the end user via some radio buttons and a check box.

The check box should be "Exact search" and in this case nothing is
done with the values in the search panel. Instead, if I uncheck this
control, two radio buttons become enabled:

"Starting with"
"Containing"

Depending on which of the two radio buttons is selected, I want to
programmatically add the necessary % signs to the edit box values in
the right places before starting search process. So I need to access
the edit box values...

Any clue ?

Thanks
Salvatore