Disable certain keys
835457Mar 3 2011 — edited Mar 6 2011Hi experts,
Im usnig forms 6i, and I wanted to disable some keys like F5,F7 and other keys, i went to Key-F7 trigger at form level and I writed the following code:
BEGIN
NULL;
END;
When I run form and press F7 it is still workig....any way to disable keys ???
Thanks