嗬 楼主人緣好啊 这么多人回贴
自己的经验 与你分享一下
可能看起来更简单
ls1=Allt(Thisform.txt学号.Value)
ls2=(Allt(Thisform.txt姓名.Value)
ls3=Allt(Thisform.txt出生年月.Value) &&这个可能要注意字符类型的问题哟
ls4=Allt(Thisform.txt语文.Value)
ls5=Allt(Thisform.txt数学.Value)
ls6=Allt(Str(Thisform.txt奖学金.Value))
***上面这几个Ls当然可以换成 I 者其它什么的,反正临时用,只要不冲突,主要是下面的语句
If empty(ls1) or empty(ls2) or empty(ls3) or empty(ls4) or empty(ls5) or empty(ls6)
Messagebox("请输入完整的必要信息!",64,"提示")
return
ENDIF
append blank
repl 学号 With ls1,姓名 With ls2, ..,奖学金 With ls6
自己的经验 与你分享一下
可能看起来更简单
ls1=Allt(Thisform.txt学号.Value)
ls2=(Allt(Thisform.txt姓名.Value)
ls3=Allt(Thisform.txt出生年月.Value) &&这个可能要注意字符类型的问题哟
ls4=Allt(Thisform.txt语文.Value)
ls5=Allt(Thisform.txt数学.Value)
ls6=Allt(Str(Thisform.txt奖学金.Value))
***上面这几个Ls当然可以换成 I 者其它什么的,反正临时用,只要不冲突,主要是下面的语句
If empty(ls1) or empty(ls2) or empty(ls3) or empty(ls4) or empty(ls5) or empty(ls6)
Messagebox("请输入完整的必要信息!",64,"提示")
return
ENDIF
append blank
repl 学号 With ls1,姓名 With ls2, ..,奖学金 With ls6