Page 1 of 1
Disable the function F7 key StiViewerControl
Posted: Tue Jul 08, 2014 2:11 pm
by andersonborges
How to disable the function key F7 to control Stimulsoft.Report.Viewer.StiViewerControl?
Version 2013.1...
right now, appreciate the help and attention of all ...
Thanks...
Re: Disable the function F7 key StiViewerControl
Posted: Wed Jul 09, 2014 12:59 pm
by HighAley
Hello.
Please, try to set next static option:
Code: Select all
StiOptions.Viewer.DisableShortcutInViewer = true;
Thank you.
Re: Disable the function F7 key StiViewerControl
Posted: Mon Jul 28, 2014 11:50 am
by andersonborges
I got that way: this.stiViewerControlHeader = new Stimulsoft.Report.Viewer.StiViewerControl(new Stimulsoft.Report.StiReport(), true);
I put this code in the InitializeComponent () function ...
Thank you for your help ...
Re: Disable the function F7 key StiViewerControl
Posted: Mon Jul 28, 2014 2:26 pm
by HighAley
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.