老师
为了能看清,我用的是文本框
时 分 秒
我设了全局变量,在结束的按钮里设了thisform.timer1.enabled=.F.
public s1,s2,s3,
s1=thisform.text1.value
s2=thisform.text2.value
s3=thisform.text3.value
store s1 to thisform.text4.value
store s2 to thisform.text5.value
store s3 to thisform.text6.value
现在每次停下来时,把这次运转的时间保存在了4、5、6文本框里
但累积加不了。一保存就把上次的删除了。望指教。