Hello
I’m printing via batch a report.
I have 2 panel ( one related and another one unrelated ).
The 1st is printed correctly.
The 2nd is unrelated and so I load the records manually.
The records exist and the function loadRecord return true. In fact if I print in a text area the values of these records, I can see the values.
But the panel is not printed.
The log give me this error:
[attachment=0]errore panel.JPG[/attachment]
Someone can help me?
Thank you
Roberto
that error shouldnt be a problem for the print.
It is just catched and reported.
which servoy version do you use?
I use servoy 4.1.6.
What does it mean “It is just catched and reported”.
What is the cause?
Thank you
Roberto
you are running/creating something on the server that doesnt have a UI that can be used.
And it wants to initiate some DragNDrop for that field. But that cant happen because there is no ui (the headless exception)
We just have a try/catch around it so that when the dnd doesnt initialize we just go on (but without dnd support which in your case doesnt matter because you just want to print)