Read in and process function keys
Greetings,
Can someone please show me via coding example(s) how to write an input prompt that will read in a function key, F7 for example, validate that the key pressed is F7 and then process it all via cache.
Thanks...
Greetings,
Can someone please show me via coding example(s) how to write an input prompt that will read in a function key, F7 for example, validate that the key pressed is F7 and then process it all via cache.
Thanks...
Where do you need it, in Web/ZEN or in terminal?
Terminal, thank you...
Demo for [F1], [F7] and [Home]:
Thank you very much...
$ZU functions are deprecated and no longer documented, and users are encouraged to replace $ZU functions with methods and properties in InterSystems class libraries that perform the equivalent actions.
In this case, $zu(96,14) is replaced by ##class(%Library.Device).GetType()
Thank you for your comment.
This code is taken from the source code %SYS, which in theory should be an example for application developers.
I hope that InterSystems developers will see your comment and make appropriate changes.