回 帖 发 新 帖 刷新版面

主题:[讨论]请教

thisform.Command1.TabStop=.F.
a=LOWER(this.Value)
IF a="abcd"
   thisform.Label1.Top
   thisform.Label1.Caption="欢迎使用本程序!"
   thisform.Command1.TabStop=.T.
   this.Parent.Visible=.F.
   ELSE
   MESSAGEBOX("对不起,口令错!请重新输入!",48,"口令")
   this.SelStart=0
   this.SelLength=LEN(RTRIM(this.Value))
   ENDIF
   我这个编程代码运行时候出现说 “  MESSAGEBOX("对不起,口令错!请重新输入!",48,"口令")”
“[color=FF0000]函数名缺少)。”[/color]
是怎么回事的,请高手指点一下,多谢了

回复列表 (共3个回复)

沙发

命令中用了中文逗号,改成:
MESSAGEBOX("对不起,口令错!请重新输入!",48,"口令")

板凳


  太佩服了,这都被你看出来

3 楼

我靠,1楼的眼太贼了。

我来回复

您尚未登录,请登录后再回复。点此登录或注册