KeyPress event is fired 2 times (SUPPORT ISSUE?)
Posted: Mon Sep 02, 2019 6:28 pm
Hello,
I have the following simple keyPress event in the web
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
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
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