In a VFP 7 application I've a modal form (WindowType = modal, WindowState= normal, ShowWindow = In Screen).
Everything works as expected - no other forms can become active and the menu is inactive. But there is in menu bar one item in my menu with no submenu which has a command "DO FORM frmMyOtherForm" connected. To my surprise this command can be executed and modal character of previous form is overcame - very dangerous indeed.
What should I do better?
Thank you, Tom
Everything works as expected - no other forms can become active and the menu is inactive. But there is in menu bar one item in my menu with no submenu which has a command "DO FORM frmMyOtherForm" connected. To my surprise this command can be executed and modal character of previous form is overcame - very dangerous indeed.
What should I do better?
Thank you, Tom