vf,这个表单咋个设计?谢谢

发布网友 发布时间:2024-10-04 18:05

我来回答

1个回答

热心网友 时间:2024-10-04 18:10

2. form init事件
thisform.text1.value=0
public nadd,ntime
nadd=0
ntime=0
3.command1 (累加) click事件
nadd=nadd+thisform.text1.value
ntime=ntime+1
thisform.label1.caption="累加额:"+alltrim(str(nadd))
thisform.label2.caption="第"+alltrim(ntime))+"次累加"
4. form dbclick事件双机事件
thisform.release

热心网友 时间:2024-10-04 18:11

2. form init事件
thisform.text1.value=0
public nadd,ntime
nadd=0
ntime=0
3.command1 (累加) click事件
nadd=nadd+thisform.text1.value
ntime=ntime+1
thisform.label1.caption="累加额:"+alltrim(str(nadd))
thisform.label2.caption="第"+alltrim(ntime))+"次累加"
4. form dbclick事件双机事件
thisform.release

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com