回 帖 发 新 帖 刷新版面

主题:求问:如何在文本框里累积加数值

我做一个计时软件,在一个表单上设了3个文本框(时、分、秒),现在能运行,但想有个时间累积之和的文本框,就是把每次运行的时间累积之和到文本框里。在结束时间按钮里加入
thisform.timer1.enabled=.F.
public s1,s2,s3,i
s1=thisform.text1.value
s2=thisform.text2.value
s3=thisform.text3.value
store *** to thisform.text4.value
store *** to thisform.text5.value
store *** to thisform.text6.value
现在表达式写不了,哪位老师指教我呢?谢谢

回复列表 (共1个回复)

沙发

说实话你的意思可能还未表达清楚!
1、thisform.timer1.enabled=.F.&&你是用此方法来停止计时器运行吗?
2、还有就是你的timer1.Interval值是多少?
3、timer1.timer事件中的代码是怎么样的?
4、在束时间按钮里:
thisform.timer1.enabled=.F.
public s1,s2,s3,i
s1=thisform.text1.value
s2=thisform.text2.value
s3=thisform.text3.value
S1、S2、S3都只有这一个取值,如何取得你实际运行的时间是多少?

我来回复

您尚未登录,请登录后再回复。点此登录或注册