| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 505 人关注过本帖
标题:[求助]看看错哪了??
取消只看楼主 加入收藏
lingkai
Rank: 1
等 级:新手上路
帖 子:81
专家分:0
注 册:2006-4-26
收藏
 问题点数:0 回复次数:1 
[求助]看看错哪了??

我在数据环境里加了两个表,就是将两个表相关的查询结果显示在page2里面
查询条件的click代码:
exps=".t."
if not empty(thisform.pageframe1.page1.姓名1.value)
exps=exps+'.and."'+alltrim(thisform.pageframe1.page1.姓名1.value)+'"$姓名'
endif
if not empty(thisform.pageframe1.page1.ip地址1.value)
exps=exps+'.and."'+alltrim(thisform.pageframe1.page1.ip地址1.value)+'"$ip地址'
endif
if not empty(thisform.pageframe1.page1.所在系部1.displayvalue)
exps=exps+'.and."'+alltrim(thisform.pageframe1.page1.所在系部1.displayvalue)+'"$所在系部'
endif
if not empty(thisform.pageframe1.page1.职称1.displayvalue)
exps=exps+'.and."'+alltrim(thisform.pageframe1.page1.职称1.displayvalue)+'"$职称'
endif
if not empty(thisform.pageframe1.page1.月份1.displayvalue)
exps=exps+'.and."'+alltrim(thisform.pageframe1.page1.月份1.displayvalue)+'"$月份'
endif

IF Len(Exps)>10
Exps1=Substr(Exps,9)
ThisForm.Pageframe1.Page1.Expression.Value=Exps1

当运行后点击page2查询结果是就显示出错误的那个图的样子
page2 的activate代码:
IF NOT Empty(ThisForm.Pageframe1.Page1.Expression.Value)
Exprs=ThisForm.Pageframe1.Page1.Expression.Value
Select 所在系部,月份,用户表.姓名,性别,职称,ip地址,流入量,流出量,费用统计;
From 用户表,流量表;
Where 用户表.ip地址=流量表.ip地址 &Exprs Into Cursor Temp1
Else
Wait Window "没有指定任何条件!" NoWait
Select 所在系部,月份,姓名,性别,职称,ip地址,流入量,流出量,费用统计;
From 用户表,流量表;
Where 用户表.ip地址=流量表.ip地址 &Exprs Into Cursor Temp1;

EndIF
ThisForm.Pageframe1.Page2.Grid1.RecordSourceType=1
ThisForm.Pageframe1.Page2.Grid1.RecordSource="Temp1"
ThisForm.Pageframe1.Page2.Grid1.ColumnCount=9
ThisForm.Pageframe1.Page2.Grid1.Column1.Header1.Caption="月份"
ThisForm.Pageframe1.Page2.Grid1.Column2.Header1.Caption="所在系部"
ThisForm.Pageframe1.Page2.Grid1.Column3.Header1.Caption="姓名"
ThisForm.Pageframe1.Page2.Grid1.Column4.Header1.Caption="性别"
ThisForm.Pageframe1.Page2.Grid1.Column5.Header1.Caption="职称"
ThisForm.Pageframe1.Page2.Grid1.Column6.Header1.Caption="ip地址"
ThisForm.Pageframe1.Page2.Grid1.Column7.header1.caption="流入量"
ThisForm.Pageframe1.Page2.Grid1.Column8.header1.caption="流出量"
ThisForm.Pageframe1.Page2.Grid1.Column9.header1.caption="费用统计"

ThisForm.Pageframe1.Page2.Grid1.Column1.Width=45
ThisForm.Pageframe1.Page2.Grid1.Column2.Width=70
ThisForm.Pageframe1.Page2.Grid1.Column3.Width=50
ThisForm.Pageframe1.Page2.Grid1.Column4.Width=40
ThisForm.Pageframe1.Page2.Grid1.Column5.Width=50
ThisForm.Pageframe1.Page2.Grid1.Column6.width=85

ThisForm.Pageframe1.Page2.Grid1.Column7.Width=65
ThisForm.Pageframe1.Page2.Grid1.Column8.Width=65
ThisForm.Pageframe1.Page2.Grid1.Column9.Width=70

他说 Select 所在系部,月份,用户表.姓名,性别,职称,ip地址,流入量,流出量,费用统计;这句有错误就是那个提示错误的图,
请各位指点

图片附件: 游客没有浏览图片的权限,请 登录注册

图片附件: 游客没有浏览图片的权限,请 登录注册

[此贴子已经被作者于2006-5-19 16:03:17编辑过]

搜索更多相关主题的帖子: ip地址 姓名 
2006-05-19 16:00
lingkai
Rank: 1
等 级:新手上路
帖 子:81
专家分:0
注 册:2006-4-26
收藏
得分:0 
我试了,还是不行啊!谢谢
2006-05-19 16:15
快速回复:[求助]看看错哪了??
数据加载中...
 
   



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

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