0
I would like to show in a messagebox the records with line break.
but the result is this:
I’d like you to stay line by line;
My implementation is like this :
When I’m debugging, no builder.append
I already understand that the line break is not inserted.
at the end in Return json it goes back to the initial call in Javascript and shows the message:
modal.window({ alert: data.Mensagem });
it would have to post the code here and not the image, here where I am I can not load the images and besides it is easier for people to help you this way
– Jeferson Almeida
Have you tried
.AppendLine()
instead of.Append()
?– Artur Trapp
the friend below helped me. had already searched by lot. had not found anything.
– Elton A. Pering