R
Roy Goldhammer
Hello there
I have dinamic form which build dinamicly by table selected.
I need to add OnKeyDown event on runtime.
When adding event not hardcoded control, it can be done only if I will
connect it to macro or function:
ctl.OnKeyDown="=Func()"
the problem in case of OnKeyDown is that it provide parameters that i need
to use on function:
KeyCode and shift
How can I get this parameteres from event into function?
I have dinamic form which build dinamicly by table selected.
I need to add OnKeyDown event on runtime.
When adding event not hardcoded control, it can be done only if I will
connect it to macro or function:
ctl.OnKeyDown="=Func()"
the problem in case of OnKeyDown is that it provide parameters that i need
to use on function:
KeyCode and shift
How can I get this parameteres from event into function?