F3 ZOOM (AREV Specific)
At 30 APR 1999 07:29:11AM Mike Balchin wrote:
There are times when I want to stop users using the F£ Zoom function on a field within a window.
Is there a process I can call that diables thsi function, similar to the key disable functions.
Thanks
At 30 APR 1999 09:07AM Matt Sorrell wrote:
Mike,
Look in the SYSINCLUDE record EDIT.KEYS. ZOOM (F3) is defined as field 24 of the @MOVE.KEYS array. What you can do is read @MOVE.KEYS into a temporary variable, clear field 24, perform your process, and then restore @MOVE.KEYS from your variable.
This gives you control over when they can and cannot use that key. I do something similar for - all of the time.
HTH,
Matt Sorrell
At 04 MAY 1999 11:29AM Mike Balchin wrote:
Thanks Matt, it seems to work
Mike Balchin