• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSP + Crystal Report Developer 10

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,
I am trying to use a Crystal Report Java Component to display a Report within my JSP Page .TO do the above stated task i took the following steps,
step 1:I created a Tamplate Table that store the Report retrieved from querying the underline Table.Step 2:To display the Report ,the Crystal Report Viewer connect to DB to retrieve Data from Template Table.
To display a new report I will have to first trucate the Template Table and Repeat the steps again.so @ everytime the Template table reflect a new Data but the issues is that the Crystal Report Viewer does not display the new data in the Template Table when reloading it after the first time.It alway keep displaying the data from the first execution of step 1 and 2.pls can anybody tell me how I can reload data into a crystal report Viewer to reflect new Data in my Template Table. ???
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic