3.0b3 build 364 and find issues

Hi Guys,
I have imported a solution from 2.2.5 into 3.0b3 and suddenly have a problem with my find method.

I understand from other posts, that if you have controller.search() attached to a button, then the program assumes that the developer knows what they are doing.

I have several tabbed forms and depending on the form the user is using, they can enter any field to find data. see attachment.

My find method is very simple

global_find code

//Start a global find request
currentcontroller.find();

After importing to 3.0b3, this no longer works. When I do a find, I enter data to find, and when I execute the find, the computer beeps, and returns all records. This happens even using the select–>find method from the menu. If I enter newRecord() before the find, then the computer doesn’t beep, but still returns all records.

I am using Mysql 5.0 - innodb databases
Servoy 3.0b3 build 364
Windows XP developer

Any advice for a confused person would really be appreciated.

Thanks
Graham

find.doc (106 KB)