Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: JavaFX - creating an editable Jasper Report/or any report on FXML file

  1. #1
    Junior Member
    Join Date
    Aug 2021
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default JavaFX - creating an editable Jasper Report/or any report on FXML file

    I'm currently working on a project to create invoices (I have the template of the invoice ready) and I came across Jasper Report which I could potentially use. I was just wondering if what I'm trying to do is within the scope of work using Jasper Report.


    https://i.stack.imgur.com/9O42p.png

    So this is the FXML file that I have created and as you can see the I would like to have a preview of the report on the right hand side of the page (I've put a textarea just as an example) and on the left , I created an accordion UI to be able to edit and import data into the report and show on the preview.

    So my question is, is it possible to have my already-made template on the right-hand side of the page and edit the document using Jasper Report? Because it seemed like it is not possible to have editable Jasper Report file on FXML file. Ideally, I would like to edit the preview document using the accordion UI on the left-hand side of the page but also on the document itself as well.

    If this is not possible, would I have to recreate my template using JavaFX controls/features?

    Would love to have some suggestions.

    Thanks!

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: JavaFX - creating an editable Jasper Report/or any report on FXML file

    Is there a website for Jasper? I have never seen it.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 2
    Last Post: July 4th, 2014, 09:52 AM
  2. Replies: 0
    Last Post: April 16th, 2014, 05:51 AM
  3. Replies: 0
    Last Post: May 8th, 2012, 10:51 PM
  4. Jasper Report
    By zurich91 in forum AWT / Java Swing
    Replies: 0
    Last Post: September 25th, 2011, 01:35 PM
  5. Dynamic Jasper report
    By manojkp in forum Web Frameworks
    Replies: 0
    Last Post: April 6th, 2011, 05:41 AM

Tags for this Thread