|
PRODUCT VIDEOS
PARALLEL CRYSTAL WITH:
SILVERSTREAM
BEA WEBLOGIC
MACROMEDIA JRUN
IBM WEBSPHERE
SAFFRON PDF PROJECT
PRODUCTS
PARALLEL CRYSTAL
LATEST DEVELOPMENTS
ARCHITECTURE
DOCUMENTATION
WEB PORTAL SERVERS
ACTIVE X
SAFFRON PDF PROJECT
RESOURCES
SAMPLE CODE
FAQs
|
Allaire JRun and Parallel Crystal Sample Source Code
Feature Index
- How to create a report template that will display pictures (blobs) is demonstrated in the saved data reports adxtab1s.rpt and mkpcat1p.rpt
- How to create a report template that will display line graphs is demonstrated in the saved data report fbalsht1.rpt
- How to create a report template that will display pie graphs is demonstrated in the saved data report box.rpt
- How to create a report template that will display bar graphs is demonstrated in the saved data report fincash1.rpt
- How to set parameters, formulas, and selection criteria through Parallel Crystal method calls is demonstrated in the database reports orders1.rpt and prodcat.rpt in the Northwind Sample
- How to create a report template that will display a watermark is demonstrated in the saved data report admultis.rpt
- How to create a report with sub-reports is demonstrated in the saved data report admultis.rpt
- How to create a report that will accept programmatically generated data through DOR is demonstrated in the generated data DataObject.rpt
- How to create a database report with DOR is demonstrated in the database report Bike_DB.rpt
- How to log on to a database, acquire the Result Set, and pass it to the report (DOR) is demonstrated in the chooseDataType() method in MASDemoEJBBean.java or ReportTag.java
- How to create a data file report with DOR is demonstrated in the data file report Bike_file.rpt
- How to create a Result Set from a data file and pass it to the report (DOR) is demonstrated in FileResultSet.java, FileResultSetMetaData.java, and thechooseDataType() method in MASDemoEJBBean.java or ReportTag.java
- how to use the Parallel Crystal Load Balancing API is demonstrated in the connectClient() method inside of the inner class MASDemoEJBBean.ClientThread or ReportTag.ClientThread
- How to create a thread that generates a report is demonstrated in the inner class MASDemoEJBBean.ClientThread or ReportTag.ClientThread
- How to run reports concurrently is demonstrated in the generateReportThreads() method in MASDemoEJBBean.java or ReportTag.java
- How to register the report with the database is demonstrated in the chooseDataType() method in MASDemoEJBBean.java or ReportTag.java
|