主题:文本框问题
我想在表单的TEXT1中的LOSTFOCUS里写代码
SELECT m_37 FROM tblstock WHERE ALLTRIM(product)==ALLTRIM(curout.product);
AND ALLTRIM(color)==ALLTRIM(curout.color) INTO ARRAY njcz
IF this.Value >njcz
=MESSAGEBOX("库存商品不足!",0+64,"提示")
this.Value =0
RETURN
ENDIF
this.Refresh
目的是在TEXT1中输入值后,检测在表TBLSTOCK中m_37字段的数值相比较.来看库存商品的情况,这样写为什么不行?怎样写好?
SELECT m_37 FROM tblstock WHERE ALLTRIM(product)==ALLTRIM(curout.product);
AND ALLTRIM(color)==ALLTRIM(curout.color) INTO ARRAY njcz
IF this.Value >njcz
=MESSAGEBOX("库存商品不足!",0+64,"提示")
this.Value =0
RETURN
ENDIF
this.Refresh
目的是在TEXT1中输入值后,检测在表TBLSTOCK中m_37字段的数值相比较.来看库存商品的情况,这样写为什么不行?怎样写好?