Page 1 of 1

KeyPress event is fired 2 times (SUPPORT ISSUE?)

Posted: Mon Sep 02, 2019 6:28 pm
by sotos
Hello,

I have the following simple keyPress event in the web

Code: Select all

Evtroutine Handling(#PROFESSION_DD.KeyPress)

#COM_OWNER.PrintConsole Label('Test') Text('')

Endroutine
where #PROFESSION_DD is a #PRIM_LIST.DropDown

But when I run the program and I press any key the event fires 2 times instead of one !!!

why is this happening?

best,
Sotiris

Re: KeyPress event is fired 2 times

Posted: Tue Sep 03, 2019 1:13 pm
by dannyoorburg
Hi Sotiris,

it sounds like a bug (even though I couldn't reproduce it with a simple test).

If you can demonstrate the event fires twice I would just sent it to support.

Cheers,
Danny