我是VF菜鸟,才学一天.
想做个小加法程序.可就是无法运行,急死我了.能帮我看看我编的到底哪里有错误么???
a1=myform.text1.value
a2=myform.text2.value
a3=myform.text3.value
if a1+a2=a3
thisform.label1.visible="zhenbang"
else
thisform.label1.visible="nicuole"
endif
这个是开始按扭的.
thisform.text1.value=int(rand()*10)
thisform.text2.value=int(rand()*10)
thisform.text3.value=0
thisform.text3.value.setfocus
这个是检验按扭的.谢谢大家帮忙啊,感激不尽
想做个小加法程序.可就是无法运行,急死我了.能帮我看看我编的到底哪里有错误么???
a1=myform.text1.value
a2=myform.text2.value
a3=myform.text3.value
if a1+a2=a3
thisform.label1.visible="zhenbang"
else
thisform.label1.visible="nicuole"
endif
这个是开始按扭的.
thisform.text1.value=int(rand()*10)
thisform.text2.value=int(rand()*10)
thisform.text3.value=0
thisform.text3.value.setfocus
这个是检验按扭的.谢谢大家帮忙啊,感激不尽