在窗口Label1控件DataFormat发生变化时 Post By:2018/10/18 12:51:00 [显示全部帖子]
在窗口Label1控件DataFormat里
dr = DataTables("学生信息").Find("学生编号 = '"& e.Text &"'") If dr IsNot Nothing Then e.Form.Controls("Label2").Text = 8 Else e.Form.Controls("Label2").Text = Nothing End If