Subject Re: canNavigate method
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Fri, 12 Jan 2018 13:16:19 -0800
Newsgroups dbase.getting-started

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.

Ken


--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm