Hi guys,
I need help with the pbm_dwnkey event. I have a dropdown DW that the users select a value.
I want to stop them to use the DownArrow! or UpArrow! keys.
I am using the following code but it doesn't work.
IF keyDown(KeyDownArrow!) or keyDown(KeyUpArrow!) THEN
IF this.GetColumnName() = 'inspect_result' THEN
Return 1
END IF
END IF
I am using Appeon Version 2017 R3 Build 1858. Any help would be appreciated.
Thanks