My app is using a small B4XTable of under 100 rows and I need to loop through the table and print most of the rows. I will only print some of the columns and a few columns will print some calculations rather than what is in the table. The table represents one month of data and the table will be printed multiple( for a quarter or a full year) times with modified dates and values.
So far I have run across JavaFX8 print and PrintHtml. I have never used either and my printing experience is mainly based in VB6. I need to know if there are other methods, which method is the preferred method, which method is the easiest to learn, and which is best long term. Any input is appreciated.
So far I have run across JavaFX8 print and PrintHtml. I have never used either and my printing experience is mainly based in VB6. I need to know if there are other methods, which method is the preferred method, which method is the easiest to learn, and which is best long term. Any input is appreciated.