Subject canNavigate method
From Mustansir Ghor <mustan31@hotmail.com>
Date Fri, 12 Jan 2018 15:25:18 -0500
Newsgroups dbase.getting-started

Dear All

I am using following method in the combobox

function CBFIND_onChange()
   form.service.rowset.findkey(this.value)
return

But I find this method to create conflict with form_CanNavigate method. It gives error Too many  DO/UDF and hangs.

Of course both are used for different purpose. without form CanNavigate,  Combobox method works fine. I use Form Navigation to save/Abandon current record if it is modified. Both method applies to same rowset

If Anybody can help with  alternative solution

Best Regards
Mustansir