Office中国论坛/Access中国论坛

标题: 请问下这个句子应该怎么写 [打印本页]

作者: jiazhou    时间: 2007-4-7 05:06
标题: 请问下这个句子应该怎么写


If 输入中带有中文逗号
   ErrCodes=ErrCodes+"<li>"+"请用英文逗号重新输入"
  else
   busno=Request.form("busno")
  End if


应该怎么写才对呢,望指教
作者: tz-chf    时间: 2007-4-7 06:44
instr()
作者: jiazhou    时间: 2007-4-7 07:06
  If Instr(Request.form("busno"),,) Then
   ErrCodes=ErrCodes+"<li>"+"请用英文逗号重新输入"
  else
   busno=Request.form("busno")
  End if



请问是这个样子么
作者: jiazhou    时间: 2007-4-7 07:13
If Request.form("busno")="" Then
ErrCodes=ErrCodes+"<li>"+"您为输入公交线路"
Else
  If Instr(Request.form("busno"),,) Then
   ErrCodes=ErrCodes+"<li>"+"请用英文逗号重新输入"
  else
   busno=Request.form("busno")
  End if
End if
作者: jiazhou    时间: 2007-4-7 07:17
好像不行啊!
作者: jiazhou    时间: 2007-4-7 07:24
可以了,少加了个引号,谢谢




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3