关于一段错误的代码的
希望表单能读一个表后显示表中的数据,写了如下代码,简单如下:close all
use fc.dbf
go bottom
jcyh=qihao
hmdl=haoma
thisform.label4.value=str(jcyh,4,0)
thisform.label3.value=hmdl
运行后显示不能识别的label4
希望表单能读一个表后显示表中的数据,写了如下代码,简单如下:close all
use fc.dbf
go bottom
jcyh=qihao
hmdl=haoma
thisform.label4.value=str(jcyh,4,0)
thisform.label3.value=hmdl
运行后显示不能识别的label4