Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
可以试一试这个:
If Forms("窗口2").Controls("DateTimePicker1").text = Nothing Or _
Forms("窗口2").Controls("DateTimePicker1").text.contains("__")
Return " ok "
End If
不过:::::::::
这个控件有问题:我绑定了日期列哈··· 乱七八糟的操作一通后:
无法再重复了。。。。。 呵呵
怪事,我怎么不出错?
MessageBox.Show(e.Form.Controls("DateTimePicker1").Value)
On Error goto M
...
goto N
M:
...
N:
...
很好用啊!
If e.Form.Controls("DateTimePicker1").Value Is Nothing Then
End If