VF 找不到“字段”表达式
近来运行一个程序,不知什么原因,老是报找不到“字段”表工达式?
调试时停在thisform.refresh?
thisform.text4.enabled=.f.
thisform.text5.enabled=.f.
thisform.text6.enabled=.f.
thisform.text7.enabled=.f.
thisform.text8.enabled=.f.
thisform.text9.enabled=.f.
thisform.text1.enabled=.f.
thisform.text2.enabled=.f.
thisform.text3.enabled=.f.
thisform.text10.enabled=.f.
thisform.text11.enabled=.f.
thisform.text12.enabled=.f.
thisform.text13.enabled=.f.
thisform.text14.visible=.f.
thisform.combo1.visible=.f.
thisform.check1.Value=1
PUBLIC msfdm
SELECT sfdmk
msfdm=ALLTRIM(sfdmk.sfdm)
set dele on
sele nlqtemp
thisform.label12.caption=str(reccount(),5)
COUNT all for nlqtemp.ksfsm="22" to num1
COUNT all for nlqtemp.ksfsm="23" to num2
COUNT all for nlqtemp.ksfsm="25" to num3
COUNT all for nlqtemp.ksfsm="26" to num4
COUNT all for nlqtemp.ksfsm="21" to num5
COUNT all for LEFT(nlqtemp.ksbh,5)<>ALLTRIM(xxzdk.xxdm) to num6
COUNT all for nlqtemp.mzm<>"01" to num7
thisform.label39.caption=str(num6,5)
thisform.label37.caption=str(num5,5)
thisform.label31.caption=str(num1,5)
thisform.label32.caption=str(num2,5)
thisform.label33.caption=str(num3,5)
thisform.label35.caption=str(num4,5)
thisform.label41.caption=str(num7,5)
GO top
thisform.refresh
thisform.command1.setfocus