代码:
Dim s As String = e.Form.Controls("TextBox1").ValueIf s > "" Then e.Form.Controls("TextBox2").Value = eval(s)End If
参考:
http://www.foxtable.com/help/topics/1277.htm