Images
paths to images are standard Java paths. The field
Image Expression:
should look like "images//checked.gif"
Set
Scale Image: RetainShape
Printing only when the image matches a field, set the 'Print when when expression' field to:
new Boolean($F{LASTNAME}.equalsIgnoreCase("Vader"))
You can use this to draw checkboxes-- just have an empty checkbox next to each item, then create an image with a filled checkbox only when a field has the right value.
Invisible pageFooter
My pageFooter doesn't show up! Solution is go to View>bands
Print when when expression:
new Boolean(true)
Pretty dumb, but there you go.
Concat Strings
You can concatenate fields like so
$F!{field1} + ", " + $F!{field2}
Multiple Pages for Reports
The reports I am writing are electronic copies of paper forms, and these forms are two pages long. Because they are medical documents and thus legal documents, they've got to look exactly like the paper forms. How do you get these two page reports to print out?
Hmm when I figure this out I'll post it :)
Subscribe to:
Post Comments (Atom)
Labels
- Java (34)
- Oracle (27)
- javascript (24)
- NIX administration (19)
- Reporting (18)
- XML (17)
- Web Graphics (10)
- perl (10)
- CSS (9)
- Tomcat (8)
- Android (7)
- Matlab (7)
- XSL (7)
- HTML (6)
- SQL (6)
- XForms (6)
- browser quirks (6)
- Orbeon XForms (5)
- Solaris (5)
- AJAX (4)
- Mirth Project (4)
- PHP (4)
- Video (4)
- Arduino (3)
- Eclipse (3)
- JPA (3)
- JSP (3)
- JSTL (3)
- LAMPS (3)
- SSH (3)
- SVN (3)
- Hibernate (2)
- Netbeans (2)
- Networking (2)
- Python (2)
- Windows (2)
- Wordpress (2)
- XHTML (2)
- Alfresco (1)
- Architecture (1)
- ArduPilot (1)
- Arduino Yun (1)
- Arduplane (1)
- Audio Recording (1)
- Betaflight (1)
- CouchDB (1)
- DIY (1)
- Design (1)
- FPV (1)
- JSON (1)
- JUnit (1)
- Mobile Development (1)
- Printing (1)
- RC Airplane (1)
- REST (1)
- Scalability (1)
- Struts (1)
- Tools (1)
- Virtualization (1)
- Web services (1)
- camera (1)
- canon (1)
- gphoto2 (1)
- jQuery (1)
- ubuntu (1)
- unix (1)
No comments:
Post a Comment