F9 Key Being Ignored (OpenInsight 32-Bit)
At 23 FEB 2007 11:17:19AM Debbie Cornett wrote:
I have a menu form with a bunch of MDICHILD forms. The MDICHILD forms all update OI tables directly. The F9 key appears to be inactve in all of them. Several of these same Child forms are also used from another parent. In that case, the same form has the correct response to F9. What can be turning F9 off? There is no update and no screen clearing.
At 23 FEB 2007 12:03PM Sean FitzSimons wrote:
Debbie,
In the MDIFrame, what is the accelerator key for File,Save? Is it F9 or CTRL+S? Is the QuickEvent sending the WRITE event to @WINDOW or @MDIACTIVE? If it's set to @WINDOW it should be changed to @MDIACTIVE.
Sean
At 23 FEB 2007 01:18PM Debbie Cornett wrote:
I have deleted the "File" menu items and we have our own. This is true on all of our menus.
At 23 FEB 2007 01:41PM Debbie Cornett wrote:
Sean, that was it. I had to add a menu item for save with the accelerator key for F9. It is fine now.