Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

HOW TO DISABLE ALT+C IN A WINDOW (AREV Specific)

At 08 DEC 1998 05:28:49PM DIANE PIERCE-JACKSON wrote:

Alt+C is not on the list of keys that pops up in "Window Key Disable." I DESPERATELY need to disable that key. Is there another way?


At 09 DEC 1998 02:27AM Larry Wilson - TARDIS Systems, Inc. wrote:

[b]tardis@earthlink.net

$insert sysinclude, edit.keys

SaveAltC=@INT.CONST ;* save it just in case the system

                               ;* is unique

@INT.CONST=' ;* disabled

@INT.CONST=SaveAltC ;* re-enable

Larry Wilson


At 14 DEC 1998 10:29AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:

Duplicate Row (#21) in the key disable seems to work. Remember, all 3.x routines use the column/row/table syntax instead of the field/record/file notations.

akaplan@sprezzatura.com

Sprezzatura, Inc.

www.sprezzatura.com_zz.jpg


At 15 DEC 1998 05:24AM Peter Kassinski wrote:

Hello Diane,

In Pre-Initialize Process (in Paint Mode) for window define next subroutine:

SUBROUTINE ALT_C_DISABLE

KEYS.OFF=FIELD(@RECORD,CHAR(247),43)

KEYS.OFF := CHAR(254):CHAR(0):CHAR(46)

* ALT-C IS CHAR(0):CHAR(46)

@RECORD=FIELDSTORE(@RECORD,CHAR(247),43,-1,KEYS.OFF)

RETURN

View this thread on the forum...