Hello,
I have a routine which try to disable all menu activity in a MDI environnement , using :
oWnd:oMenu:Disable()
In the source i can see that all menuitem's should be disabled , ::lAcive is set to .F.
I have a menu with 6 items , the 5 first are disabled , but the last one not , i can click and activate it.
I have no idea why it doesn't work with the last one , ::lActive is also with the last one .F.
Frank