Seems the find() menu is broken in Servoy 6
In developer after entering a search string in a field entering return just jumps you to the next field.
Servoy 6.05, OSX 10.7, mySQL
Seems the find() menu is broken in Servoy 6
In developer after entering a search string in a field entering return just jumps you to the next field.
Servoy 6.05, OSX 10.7, mySQL
and if you press F3?
Nope, I tried that
On a Mac, F3 launches another desktop view
F put Servoy in find mode, but after entering a string in a field neither CR or Enter seems to initiate the search
BTW I am converting an old Servoy 2.2.8 app, that is how I discovered the problem
Try that on a simple solution with just some fields on a table and see if it works.
Do you get any exceptions in the log when pressing Enter? What if you add a button for search (controller.search()); does that work?
OK, I tried with a small app and indeed it worked as it should.
I now try to understand why it is not working in the other app, there are no exceptions in the log, and there is a button on the form which initiate a find();
Can it be that the foundset is reduced to zero records for some reason just before the find() is initiated ?
Hard to tell without the solution… Try to gradually remove each supplementary thing the solution does to find the cause.
Check the onSearch command of your forms - it might be set.