Access Data Row in Master Page Header/Footer [message #162099] |
Wed, 17 May 2006 20:43  |
Eclipse User |
|
|
|
Basically I am trying to display dynamic information (from the database)
under the footer page. This is what i have done
1. Create global variable under initialize()
abc = "did not set";
2. Save the result under JDBC Data Set fetch()
abc = row["aaa"]; or abc = "has set";
3. Then in the master footer section, i insert a data object displaying
the abc object
4. To force the data set to be loaded before display the footer
information, i have created a invisible data object/dynamic text in the
body.
row["id"] -> in a invisible data object/dynamic text
The work under the HTML preview, data has been set and display the
information i have set under the fetch(), but when try to preview it in
PDF, it did not work. It seems that the footer section is loaded even
before the dataset. But is strange that this trick work under the HTML.
Any ideas?
|
|
|
|
Powered by
FUDForum. Page generated in 0.08291 seconds