3个回答
引用liwenjuncn的回答:
确定按钮的click代码:
append blank
replace 专业代号 with thisform.combo1.value
replace 专业名称 with thisform.text1.value
replace 学号 with thisform.text2.value
replace 姓名 with thisform.text3.value
replace 性别 with thisform.combo2.value
取消按钮的click代码
thisform.combo1.value=""
thisform.text1.value=""
thisform.text2.value=""
thisform.text3.value=""
thisform.combo2.value=""
thisform.refresh
关闭按钮的click代码
thisform.release
确定按钮的click代码:
append blank
replace 专业代号 with thisform.combo1.value
replace 专业名称 with thisform.text1.value
replace 学号 with thisform.text2.value
replace 姓名 with thisform.text3.value
replace 性别 with thisform.combo2.value
取消按钮的click代码
thisform.combo1.value=""
thisform.text1.value=""
thisform.text2.value=""
thisform.text3.value=""
thisform.combo2.value=""
thisform.refresh
关闭按钮的click代码
thisform.release
展开全部
之前网友的代码,执行的是【清空】功能,不是【取消】功能。【取消】功能应是——放弃更改并关闭对话框或表单。【撤销】按钮的功能,才是废除本次更改,重现更改之前的数据但不关闭对话框或表单。若要写【撤销】按钮的功能,需在[每个运行时可编辑]的控件现有内容改变前将其存入内存的缓冲区(可用事先定义内存变量来存放编辑前的数据)以便【撤销】按钮按下时恢复。当【撤销】按钮按下时,当从先前定义的内存变量中取出更改前的数据。因为字数限制,这里只提供设计思路,相信各位应当可以看明白我的解释。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-06-25
展开全部
确定肯定是将你选择/输入的信息Insert到资料表呀。
至于代码怎么写就看你的资料表的格式了。
取消就是将你选择/输入的信息清空。
thisform.combo1.value = ''
thisform.text1.value = ''
thisform.text2.value = ''
thisform.text3.value=''
thisform.combo2.value= ''
至于代码怎么写就看你的资料表的格式了。
取消就是将你选择/输入的信息清空。
thisform.combo1.value = ''
thisform.text1.value = ''
thisform.text2.value = ''
thisform.text3.value=''
thisform.combo2.value= ''
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
确定按钮的click代码:
append blank
replace 专业代号 with thisform.combo1.value
replace 专业名称 with thisform.text1.value
replace 学号 with thisform.text2.value
replace 姓名 with thisform.text3.value
replace 性别 with thisform.combo2.value
取消按钮的click代码
thisform.combo1.value=""
thisform.text1.value=""
thisform.text2.value=""
thisform.text3.value=""
thisform.combo2.value=""
thisform.refresh
关闭按钮的click代码
thisform.release
append blank
replace 专业代号 with thisform.combo1.value
replace 专业名称 with thisform.text1.value
replace 学号 with thisform.text2.value
replace 姓名 with thisform.text3.value
replace 性别 with thisform.combo2.value
取消按钮的click代码
thisform.combo1.value=""
thisform.text1.value=""
thisform.text2.value=""
thisform.text3.value=""
thisform.combo2.value=""
thisform.refresh
关闭按钮的click代码
thisform.release
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询