Hi,
Got a formindialog with a couple of search fields. The form in the formindialog has an onShow event that disables an OK button on the form and clears the foundset.
An onAction event on these search fields fires a controller.find() - controller.search() and when the search returns more than 0 rows, the OK button should get enabled again.
But, it turns out the OK button gets enabled by the controller.search(). I stepped through the code with the debugger and as soon as the line with the controller.search() command is executed, the OK button becomes enabled again.
Can this be fixed?
Paul
Servoy 2.2.2
Windows XP