查看完整版本: PB 菜鸟寻求帮助

dezeng 2008-4-16 18:58

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

mybaby2008 2008-4-17 09:53

数据库字段类型问题
页: [1]

查看完整版本: PB 菜鸟寻求帮助