主题:请教在表单运行时如何添加命令按钮控件,并使命令按钮的事件生效。
请教在表单运行时如何添加命令按钮控件,并使命令按钮的事件生效。
我在表单FORM1的Init中编写了
thisForm.AddObject('and1','commandbutton')
thisForm.and1.caption="AAAA"
thisForm.and1.height=20
thisForm.and1.width=60
thisForm.and1.top=228
thisForm.and1.left=132
thisForm.and1.Visible = .T.
后and1的事件过程不知如何编写
比如要在Click的事件编写:x=messagebox(' ?? ' ,0+16+0, '对话窗口')
请教各位,各位是如何处理的?
我在表单FORM1的Init中编写了
thisForm.AddObject('and1','commandbutton')
thisForm.and1.caption="AAAA"
thisForm.and1.height=20
thisForm.and1.width=60
thisForm.and1.top=228
thisForm.and1.left=132
thisForm.and1.Visible = .T.
后and1的事件过程不知如何编写
比如要在Click的事件编写:x=messagebox(' ?? ' ,0+16+0, '对话窗口')
请教各位,各位是如何处理的?