Alt-C detect. (AREV Specific)
At 24 MAY 1999 07:09:01AM Peter Kassinski wrote:
Can I using ALT-C to copy one record from another, to watch in some of window pre- or post-process that I have used ALT-C ?
Thanks.
At 26 MAY 1999 04:20PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
You want to know if the user pressed Alt-C to load in the record? If so, there's not a real easy way. You have to shell scribe or input char or start mucking about with keystroke definitions.
Easiest thing to do is disable the keystroke and create a softkey that does it.
Alternatively, it depends on where you want the check to take place. If you just want to know sometime later, you could place a pre-save which loads some info into prec, like place the current key in field 243. If that info appears in @record, then you know alt-c was pressed.