如果恢复顶层表单的enabled属性??
为达到执行子表单时,鼠标不能激活上层表单而导致混乱:
在do form 子表单前,我把顶层表单属性Enabled设为.F.代码如下:
do case
case thisform.commandgroup1.value=1
thisform.enabled=.f.
do form 子菜单.scx
thisform.enabled=.t.(如果在此执行此语句,运行子菜单后顶层菜单依然可被激活)
case thisform.commandgroup1.value=2
case thisform.commandgroup1.value=3
case thisform.commandgroup1.value=6
thisform.release
endcase
请问大家如何在运行完子菜单后恢复顶层表单Enabled的.T.属性??
或如何做到表单不会被鼠标随便激活的相应效果??