以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]DataColChanging  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=80687)

--  作者:blsu33
--  发布时间:2016/1/29 10:57:00
--  [求助]DataColChanging
红袍老师,

DataColChanging

这样写不可以吗,如何能实现
If e.NewValue.startswith(”123“) Then

--  作者:大红袍
--  发布时间:2016/1/29 11:09:00
--  

报什么错?

 

If e.NewValue <> Nothing AndAlso e.NewValue.startswith(”123“) Then