create new grid row [message #80981] |
Fri, 14 October 2005 03:24 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03828 seconds