"Cascade parent field / Cascade filter field" for search form

Hello Eugenio,

you have implement the function "Cascade parent field / Cascade filter field", but I saw in the docu, this function works only with insert/edit forms, not with search forms.

My problem is, that I need it for search forms. So I thought, I make a workaround with "JS event functions" by the event onchange. But in the docu is written, that JS event is not working for search forms.

Do you have any solution for my requirement? (Or have Version 10.0 functionality for my problem?)

My worst-case szenario is, to implement a complete new PHP custom function and filter the data so. If it possible to set the filter from the datagrid with custom forms and not with the embedded search form?

Regards
Michael

You are using DaDaBIK version 9.4
PHP Version: 7.1.31
mysql version: 5.7.27
Web server: Apache
Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
 

eugenio

Administrator
Staff member
Hello Michael,
as you said both the features you mention at the moment don't work on search form.
The cascade feature will probably be implemented for search form soon.

I am not sure if I have understood the last part of your question though (My worst-case szenario is..).

Best,
 
Top