Alt-C/ Alt-O (OpenInsight 32-bit)
At 22 JUL 2011 02:01:03PM Michael Matthews wrote:
Just upgraded from OI9.2 to 9.2.1. I had previously coded my own solution to duplicate the Copy previous field/ record functionality of Arev, but was anxious to try the OI "native" solution. Unfortunately, Alt-O does nothing now and Alt-C terminates the window.
Any ideas as to what's going on?
Michael
At 22 JUL 2011 08:48PM Donald Bakke wrote:
Michael,
I presume this is happening on new forms. Alt-C is the default menu accelerator to close your form. You can easily change this in the Menu Builder of your form. If you want to make this a permanent change so that all other new forms avoid using the Alt-C then you can modify the various OI templates from within SYSPROG.
I'm not sure why Alt-O is no longer working. Are you sure your code is even running?
BTW, OI 9.2.1 introduced the OIWIN_FormLoadPrev function to provide the old AREV Alt-C and Alt-O functionality. You may want to look into it to see if it works better than your own solution.