1、如果窗口A不是模式窗口,可以这样写
forms("窗口1").show
forms("窗口1").controls("保存按钮名称").Visible = False
2、如果是模式窗口,代码只能写在窗口1afterLoad事件
If vars("隐藏") = true Then
End If