On 1/12/2018 12:25 PM, Mustansir Ghor wrote: > 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
You are navigating with findKey() ... what exactly are you attempting to
accomplish here? If you explain that, maybe we can help better.