| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 943 人关注过本帖
标题:找不到变量
只看楼主 加入收藏
FLY_2009
Rank: 2
等 级:论坛游民
帖 子:42
专家分:25
注 册:2009-5-14
结帖率:87.5%
收藏
已结贴  问题点数:20 回复次数:9 
找不到变量
运行的时候提示{找不到变量“房主编号 ”},房主编号是整型的,name=txt房主编号,是表2的,以下是代码:
if this.caption='修改'
    this.caption='保存'
    thisform.Txt编号.enabled=.t.
    thisform.Txt租售.enabled=.t.
    thisform.Txt地址.enabled=.t.
    thisform.Txt面积.enabled=.t.
    thisform.Txt格局.enabled=.t.
    thisform.Txt楼层.enabled=.t.
    thisform.Txt房龄.enabled=.t.
    thisform.Txt光线.enabled=.t.
    thisform.edt备注.enabled=.t.
    thisform.Txt水气.enabled=.t.
    thisform.Txt代理日期.enabled=.t.
    thisform.Txt房主编号.enabled=.t.
    thisform.Txt姓名.enabled=.t.
    thisform.Txt电话.enabled=.t.
    thisform.Txt住址.enabled=.t.
    thisform.Txt房价.enabled=.t.
    thisform.Txt房租.enabled=.t.
    thisform.txt编号.setfocus
    
    
    
    
    
    
else
    repl 编号 with alltrim(thisform.Txt编号.value),;
     地址 with alltrim(thisform.Txt地址.value),面积 with alltrim(thisform.Txt面积.value),;
     格局 with alltrim(thisform.Txt格局.value),楼层 with alltrim(thisform.Txt楼层.value),;
     房龄 with alltrim(thisform.Txt房龄.value),光线 with alltrim(thisform.Txt光线.value),;
     备注 with alltrim(thisform.edt备注.value),水气 with val(thisform.Txt水气.value);
     代理日期 with alltrim(thisform.Txt代理日期.value),租售 with alltrim(thisform.Txt租售.value),;
     房主编号 with alltrim(thisform.Txt房主编号.value),;
     姓名 with alltrim(thisform.Txt姓名.value),电话 with alltrim(thisform.Txt电话.value),;    
     住址 with alltrim(thisform.Txt住址.value),房价 with alltrim(thisform.Txt房价.value),;
     房租 with alltrim(thisform.Txt房租.value)    
    this.caption='修改'
    thisform.Txt编号.enabled=.f.
    thisform.Txt租售.enabled=.f.
    thisform.Txt地址.enabled=.f.
    thisform.Txt面积.enabled=.f.
    thisform.Txt格局.enabled=.f.
    thisform.Txt楼层.enabled=.f.
    thisform.Txt房龄.enabled=.f.
    thisform.Txt光线.enabled=.f.
    thisform.edt备注.enabled=.f.
    thisform.Txt水气.enabled=.f.
    thisform.Txt代理日期.enabled=.f.
    thisform.Txt房主编号.enabled=.f.
    thisform.Txt姓名.enabled=.f.
    thisform.Txt电话.enabled=.f.
    thisform.Txt住址.enabled=.f.
    thisform.Txt房价.enabled=.f.
    thisform.Txt房租.enabled=.f.
    
    
    
    
    
    
endif
请问错误出现在哪里?
搜索更多相关主题的帖子: 变量 
2009-06-26 10:28
sywzs
Rank: 10Rank: 10Rank: 10
来 自:辽宁
等 级:贵宾
威 望:15
帖 子:508
专家分:1725
注 册:2009-5-13
收藏
得分:2 
检查一下表中是否有"房主编号"字段,或者这个字段的字段名有误。

[[it] 本帖最后由 sywzs 于 2009-6-26 11:23 编辑 [/it]]
2009-06-26 11:18
快速回复:找不到变量
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.029893 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved