发新话题
打印

PB 菜鸟寻求帮助

PB 菜鸟寻求帮助

if (not isnull(ls_right_pwd) and not isnull(ls_input_pwd)) and ls_right_pwd
<> ls_input_pwd then
   messagebox ('提示' ,'口令不正确!')
   sle_pwd.setfocus ()
   return
end if
incompatible tyers in boolean expreesion:boolean ,string
coodition for if statement must be a boolean

TOP

数据库字段类型问题

TOP

发新话题