Hey guys and gals, so im having issues with Java.
I cant seem to figure out why this won't work.
I am trying to have a 'comments section' on a fillable PDF form that. So right now i have a button programmed to format and type the current date when the button is clicked, as well as push the text down and insert comments added on a later date. My problem is incorporating that into a new page. Right now the comment section is at the bottom of my PdF sheet and when it fills up I need to continue onto the next page and also keep the same form (newest text at top).
The closest i've gotten is when sheet1 comments fill up it pushes down to sheet 2, but then it adds anyother text to sheet 2 now, which means that the newest comment is no longer the first one seen.
If this makes sense to anyone,and someone can help I will send them the code I have currently.