How to "showFormInDialog" while in find mode

Is it possible to “showFormInDialog” while in find mode? If not, does anyone have a work around?

You have to use a little hack. Servoy only runs methods in find mode that contains controller.search(). So the trick is to add //controller.search(). To your method you want to run

goldcougar:
You have to use a little hack. Servoy only runs methods in find mode that contains controller.search(). So the trick is to add //controller.search(). To your method you want to run

Scott, this work just perfectly. The method opens a ‘Form in Dialog’ which contains instruction that should be seen in a Find Mode. Thank YOU very much