blanchap
12th March 2009, 21:24
Hi all,
i'm trying to find a way to disable a key in Baan.
What i want to do is prevent the users to use the arrow keys.
Is there a way to block them with the ASCII talbe?
Regards
PB
sushil
13th March 2009, 06:33
Hi,
Some time ago , i also needed to disable "%" key in keyboard - but i learnt that it was only acheavable in Programmable keyboard from IBM or similar.
as an alternate i just removed keyboard key 5 in the top row of standard keyboard.
that simply solved my issue.
Hope - this helps.
BR,
Sushil Kumar Mudaliar
george7a
13th March 2009, 08:36
Hi,
Where exactly are you trying to disable the arrow keys?
For example, if the focus was on a text box, the arrow key will move between the letters, and there I can not think of a way to disable them.
However, I once worked on a project that disabled a key and enabled another one. Our user wanted to click on "Enter" instead of "Tab". That was doable.
- George
blanchap
13th March 2009, 20:00
Hi,
i've customized a maintain session and i want to prevent users to go back to previous fields on the form. We're using an ASCII interface and users can go back to previous field by using the up arrow.
PB