壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1081|回复: 6

[扩展开发|报表开发] 怎麽做一個查詢的頁面向報表傳參數

[复制链接]
发表于 2007/8/22 11:39:48 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
我在報表裏頭定義了一個參數。

SELECT   items.itemcode, items.description, items.pricequote, items.quantity, items.category, items.orderID
FROM     items
WHERE    items.category = :category


怎麽讓另外一個頁面把值傳過來。。。
发表于 2007/8/22 11:45:35 | 显示全部楼层
maximo中典型的请求页面功能
 楼主| 发表于 2007/8/22 12:25:57 | 显示全部楼层
[s:3]

我放了三個控件在上面

一個是label 目錄

兩個瀏覽器控件<input type="text" name="category" size="15" >

<A HREF='javascript:myVoid()'>
   <img name="btntxt_submit" href="" border="0" onClick="handleSubmit('/reports/第一个报表.rox')" src="/actuate/default/images/txt_btn_submit_highlighted.gif" width="75" height="19" alt="提出">
</A>

可是當運行的時候出了好到錯!!!!!

F:\Report\Source\custom\config\Functions.bas(73):  Illegal variable use. - (ParmPassword)  
F:\Report\Source\custom\config\Functions.bas(75):  Illegal variable use. - (ParmPassword)  
F:\Report\Source\custom\config\Functions.bas(75):  Invalid assignment, types don't match and no conversion available, or illegal left hand side. - (ParmPassword)  
F:\Report\Source\custom\config\Functions.bas(77):  Illegal variable use. - (ParmPassword)  
F:\Report\Source\custom\config\Functions.bas(114):  Illegal variable use. - (Email_Choice)  
F:\Report\Source\custom\config\Functions.bas(114):  Operator not found for these types..  
F:\Report\Source\custom\config\Functions.bas(115):  Illegal variable use. - (Emails)  
F:\Report\Source\custom\config\Functions.bas(115):  Operator not found for these types..  
F:\Report\Source\custom\config\Functions.bas(132):  Illegal variable use. - (admin)  
F:\Report\Source\custom\config\Functions.bas(132):  Invalid assignment, types don't match and no conversion available, or illegal left hand side. - (admin)  
F:\Report\Source\custom\config\Functions.bas(141):  Illegal variable use. - (admin)  
F:\Report\Source\custom\config\Functions.bas(161):  Illegal variable use. - (Emails)  
F:\Report\Source\custom\config\Functions.bas(162):  Illegal variable use. - (uroi_path)  
F:\Report\Source\custom\config\Functions.bas(165):  Illegal variable use. - (admin)  
F:\Report\Source\custom\config\Functions.bas(166):  Illegal variable use. - (fromEmail)  
F:\Report\Source\custom\config\Functions.bas(167):  Illegal variable use. - (smtpHost)  
F:\Report\Source\custom\config\Functions.bas(168):  Illegal variable use. - (Comments)  
F:\Report\Source\custom\config\Functions.bas(169):  Illegal variable use. - (iServerURL)  
F:\Report\Source\custom\config\Functions.bas(322):  Illegal variable use. - (Schema)  
F:\Report\Source\custom\config\Functions.bas(322):  Operator not found for these types..  
        (Previous line repeated 3 times.)
22 Semantic Error(s) found  
不知哪里有問題呢
发表于 2007/8/23 18:10:49 | 显示全部楼层
你这是max5的报表吧?请求页用max5提供的请求页报表格式或者使用max5报表实例的请求页改一改用吧。另外请求页不能运行,只能生成,然后放到iserver上,在maximo上运行。
 楼主| 发表于 2007/8/24 10:24:56 | 显示全部楼层
[s:2] ,我想問你一個問題

我现在接手maximo报表开发。。

不提供数据字典。。又不得供数据控制中心。只提供maximo应用程序和maximo数据库

怎样在最短的时间内查找一个报表需要的数据。。。

而且要在规定时间完成。现在我在熟悉数据库。。

好难啊。。
发表于 2007/8/24 19:26:32 | 显示全部楼层
报表需要的数据基本上都是界面上有的,maximo6的话可以在界面上使用alt+f1看到字段信息,maximo5只能到后台看jsp页面。另外可以通过sql语句看maximo数据字典:
MAX5:
--查询表及字段的备注信息
select a.tbname,a.name,a.remarks,b.description from maxsyscolumns a,maxtables b
where a.tbname=b.tbname and a.tbname =upper('MATRECTRANS')
order by a.tbname,a.name

MAX6:
select b.objectname,attributename,title,remarks,b.description,columnname,maxtype,sameasattribute,a.classname,a.DOMAINID  
from MAXATTRIBUTE a ,maxobject b
where a.objectname=upper('workorder') and a.objectname=b.objectname
order by attributename

[ 本帖最后由 yf6456 于 2007-8-24 19:28 编辑 ]
 楼主| 发表于 2007/8/28 08:59:42 | 显示全部楼层
[s:2] ... 3Q   真的好管用啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 00:03 , Processed in 0.018166 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表