Subject Re: BARCODE SCANNING
From Mustansir Ghor <mustan31@hotmail.com>
Date Thu, 18 Jun 2020 14:43:47 -0400
Newsgroups dbase.getting-started

Thank You Heintz and Akshat

It worked very well. By using this method in On_change event of entryfield it can be used for any digits

Mustansir



Heinz Kesting Wrote:

> Hi Mustansir
>
> >
> > After the barcode scanning of a product in an entryfield, I wish to simulate tabkey.
> >
>
> I guess the keyboard() method is your friend, take a look at it in the OLH.
>
> Something like form.entryfield1.keyboard("{Tab}") should work.
>
> Hope this gets you started.
>
> Kind regards, Heinz