• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need help in reporting (plz help)

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am working on an application which generates reports from any database when a DSN is provided.generating the sql for the report and dynamically selecting the database fields is not a problem.The main problem is that, what component i should use so that i provide drag and drop facility for the user to arrange that report style.Before this i had developed a Visual Basic Application which does the same,there in VB we had a builtin Report generating component.But i dont know how that should be done in java.I dont want to use any third party reporting tool.
Please Help.
I'll be very thankful to you.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try reading these:
http://java.sun.com/j2se/1.3/docs/guide/dragndrop/
http://java.sun.com/products/jfc/tsc/articles/dragndrop/index.htm
http://java.sun.com/docs/books/tutorial/dnd/index.html
http://developer.java.sun.com/developer/qow/archive/1/index.html
reply
    Bookmark Topic Watch Topic
  • New Topic