Show/Hide Toolbars

Flynet Studio User Interface Generation Properties

When a list of enter and function keys is included, these keys will be active for all screens, even when an Action button with the corresponding action is not defined.

 

Separate each key with a comma; example:

 

pf1,pf2,pf3,pf4,pf5,pf6,pf7,pf8,pf9,pf10,pf11,pf12,pf13,pf14,pf15,pf16,pf17,pf18,pf19,pf20,pf21,pf22,pf23

 

The above example activates all function keys for every web page.  When a function key is pressed that is not mapped to an active Action (button), a method (EnterGlobalFunctionKey) in the [projectname]TaskCG.cs module is called to capture any data entry and send the function key.  This method is virtual so it may be overridden for custom handling.