-
Hi Rosy,
Try this..
<documet>
<segment ...>
<header > your header 1 </header >
<page1 content goes here>
</segment>
<segment ...>
<header > your header 2 </header >
<page2 content goes here>
<page3 content goes here>
page4 content and so on...
</segment>
</document>.
2009-06-29 14:17:33 UTC in Useful Java Application Components
-
Hi Martin,
I found the solution.
By taking ReportTable and using addGroup() I fixed the issue. i.e.
ReportTable reportTable = new ReportTable(dataTable);
reportTable.addGroup(new ReportGroup("countryId", false, false,
true, false, false).setEnforceResultRow(true));
Thanks for your suggestion. I found it from your reference to reportTest2...
2009-06-10 06:10:11 UTC in Useful Java Application Components
-
Hi Martin,
I found the solution.
By taking ReportTable and using addGroup() I fixed the issue. i.e.
ReportTable reportTable = new ReportTable(dataTable);
reportTable.addGroup(new ReportGroup("countryId", false, false,
true, false, false).setEnforceResultRow(true));
Thanks for your suggestion. I found it from your reference to reportTest2...
2009-06-09 12:45:07 UTC in Useful Java Application Components
-
Hi Martin,
Its you again:)
Thanks:)
But my problem isn't solved yet. I am still facing few issues. Infact, I am using DataTable.
But the problem is, the type of countryId is Long in Database.
when we are trying to insert 'blank' which is of type String, 'zero' is inserted instead of 'blank'.
please suggest.
Thanks in advance:)
Regards
Chinnikrishna.
2009-06-09 11:25:46 UTC in Useful Java Application Components
-
Hi Martin,
Its you again:)
Thanks:)
But my problem isn't solved yet. I am still facing few issues. Infact, I am using DataTable.
But the problem is, the type of countryId is Long in Database.
when we are trying to insert 'blank' which is of type String, 'zero' is inserted instead of 'blank'.
please suggest.
Thanks in advance:)
Regards
Chinnikrishna.
2009-06-09 10:19:15 UTC in Useful Java Application Components
-
Hi
My requirement: to print data from database.
problem:
I am facing while printing the data.
Problem scenario: As of now, I am printing the data coming from database as it is. It looks like follows:
countyId: Indicates country id.
states: the states that comes under the country
locations: count of locations that are part of the state.
countryId states...
2009-06-05 07:55:10 UTC in Useful Java Application Components
-
Hi,
I need to print data obtained from database.
I am struck up while printing the data.
The problem is:
e.g.:
subStationId Locations NoOfTransformers
1 xxxx.
2009-06-05 07:43:48 UTC in Useful Java Application Components
-
Thanks for the help.
2009-05-29 07:34:32 UTC in Useful Java Application Components
-
Hi,
Is it possible to print a single pdf have multiple pages with different headers and footers.
i.e. let us assume my pdf had a total of 4 pages.
for e.g.
first 2 pages : header/footer of Intel logo
next 2 pages: header/footer of IBM logo
Is this possible??
Thanks in advance:)
Regards,
Chinnikrishna.
2009-05-28 09:49:34 UTC in Useful Java Application Components
-
probably this could help
${calEvent.calEventDate == dockEvent.courtDateTime}.
2009-05-28 09:45:02 UTC in Useful Java Application Components