R
robeito
Hello everybody:
Actual situation of my form:
onKeyDown= "[Event procedure]"
Desired situation:
onKeyDown= "myFunction"
I know that myFunction must be in a module, and must be public. But
I don't know the syntax for doing this !
I want to call myFunction from a lot of forms in my application, so, I want
to write it only once.
Also, I want to use the parameters KeyCode and Shift that uses the regular
call of the event.
Thanks in advance
Actual situation of my form:
onKeyDown= "[Event procedure]"
Desired situation:
onKeyDown= "myFunction"
I know that myFunction must be in a module, and must be public. But
I don't know the syntax for doing this !
I want to call myFunction from a lot of forms in my application, so, I want
to write it only once.
Also, I want to use the parameters KeyCode and Shift that uses the regular
call of the event.
Thanks in advance