Skip to main content



      Home
Home » Archived » BIRT » create new grid row
create new grid row [message #80981] Fri, 14 October 2005 03:24
Eclipse UserFriend
Hi,

I have a scriptedDataSource and the table-filling works perfect, but now I
have to make a short summary of the table-content on the first page of my
report and for that I have filled my summary-string in a HT, which I
iterate in a while-loop.
What I need is:
for each entry in my hashtable a new row in the grid which i could fill m
programmatically.


it = hashtable.keySet().iterator();
while(it.hasNext()){
key = it.next();
|grdr = new gridrow|
|grdr[1] = key.toString()|
|grdr[2] = ht.get(key)|
}
[/pseudo-code]

Hope this was perspicuous,
with best regards,
Thomas A. X.
Previous Topic:workspace\org.eclipse.datatools.connectivity.oda does not exist
Next Topic:Single Engine Instance for generating PDF & HTML reports - Posssible?
Goto Forum:
  


Current Time: Mon Jul 21 23:52:32 EDT 2025

Powered by FUDForum. Page generated in 0.03828 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top