Subject Re: text object on the fly
From Mustansir Ghor <mustan31@hotmail.com>
Date Tue, 08 Jun 2021 12:04:21 -0400
Newsgroups dbase.getting-started

Dear Akshat and Meryvn Sir

Thank you all.

Yes.   form.Tshift.select worked.

But using class it still gave error. Could it be because the event assignment is done with lost_focus of an combobox object and not at the time of form_open.

Best Regards
Mustansir



Mervyn Bick Wrote:

> On 2021/06/08 08:31, Akshat Kapoor wrote:
>
> > form.tw1d1onLeftDblClick= class::tshift_select
> >
> > try
> > form.tw1d1onLeftDblClick= form.tshift_select
>
> Without the typo ( :-) ) either option will work. The function does,
> however, need to be within the form's class definition.
>
> Mervyn.