Crystal Report RAS9 Java Web开发总结

类别:Java 点击:0 评论:0 推荐:

1引入Crystal Report SDK的Jar文件到工程中。导入C:\Program Files\Common Files\Crystal Decisions\2.0\jars目录下的Jar文件。(注意OB405.jar  xerces.jar除外。)

2官方网站
Developer Zone:
http://www.businessobjects.com/products/dev_zone/
Java Developer Zone:

http://www.businessobjects.com/products/dev_zone/java/default.asp?ref=devzone_main

IBM Developer Zone:

http://www.businessobjects.com/products/dev_zone/ibm/default.asp?ref=devzone_javazone_main
Crystal Report for IBM WebSphere studio Demo
http://ftp1.businessobjects.com/outgoing/devzone/IBMWebSphereDemo.html

Crystal Reports Advanced Developer Edition

Crystal Reports for IBM WebSphere Studio Application Developer 5.1.1 Plugin (WSAD 5.1.1)

http://www.businessobjects.com/products/reporting/crystalreports/eval10/datasave_keycodes.asp?activity_type_id=569

3官方例程
    Crystal Reports 9 Xtreme Web Sample(必须用Tomcat4.0,到jbuilderX目录中去找吧。)
    adv_ras9_jsp_samples.exe  (学习RAS9,必备例程)
    注意set table locale 和 ADV_RAS9_SimpleDiscreteParameters这两个例子,最重要。

4当Interactive Viewer(报表以html方式显示),Crystal Report的默认工具栏上,字符是'???',
    文字不能正常显示。

    解决办法: control panel >> Regional and language>> standard and formats>>
                >> 设为English(Union State)

5如果以ODBC方式连接Oracle, 如果新的数据库的数据库名和报表中的不同,需要手工改rpt文件的
    datasource location,注意用set table location的代码动态改变数据源,不能正常执行成功.
    建议用户把开发,测试,产品三个数据库名设为同一个。

本文地址:http://com.8s8s.com/it/it12388.htm