Gets or sets which keys the user can press, the message to be displayed, and the response indicators to turn on. Input data is transmitted from the Browser.
Syntax
BegProp FuncKeys Access(*Public) Type(ASNA.Monarch.WebDspF.AidProperty) BegGet; BegSet
Property Value
ASNA.Monarch.WebDspF.AidProperty containing the function key settings in a semicolon( ;) separated list.
Remarks
The FuncKeys property contains all function key settings in a semicolon( ;) separated list of: function key, 'text' and conditional property (response : option indicators).
For example: F5 'Add' 07 :!99;F6 'Update' *NONE : 09;
This property is mainly used to control processing between applications since input data is transmitted from the browser. Use the AttnKeys property to specify function keys that do not transfer input to the Browser.
To set this property at design-time, click on the right of the FuncKeys property and the Aid Property Dialog will display. Enter the Text and resulting option indicators in the row corresponding to the key to apply to as shown below.
Requirements
Namespace: ASNA.Monarch.WebDspF
Assembly: ASNA.Monarch.WebDspF.DLL
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro
