Hello,
In METHOD Command() in CLASS TMenu there is a function ::GetMenuItem( nCommand ) to retreive oMenuItem.
Now, somethimes, when a user works for a while with my application, the menu's don't fire anything anymore. The menu's SHOW, I can see them, but the ACTION is not executed anymore.
I have found out this is because after some time, ::GetMenuItem( nCommand ) starts returning NIL. And when omenuItem = NIL, nothing is executed.
Any ideas on how to fix this?
Thanks!
Patrick