URGENT Problem with expression box

N

ngiraudon

I would like to put some line break between two expression box . is it
possible ?
I put a second BDD xml with
<?xml version="1.0" encoding="UTF-8"?>
<characters
cr=""
lf=
"
crlf="
"
/>

exemple of my code : concat("AAA "; fields; " BBB"; @crlf) but NO LINE BREAK
WHY ??

thank you for help
 
A

Alex [MSFT]

The following article should help you:

http://blogs.msdn.com/infopath/archive/2005/03/04/385577.aspx

Good luck,
Alex @ Microsoft

"Greg Collins [InfoPath MVP]" <Greg.Collins_AT_InfoPathDev.com> wrote in
message Line breaks are not implicitly supported in Expression Boxes.

--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com



I would like to put some line break between two expression box . is it
possible ?
I put a second BDD xml with
<?xml version="1.0" encoding="UTF-8"?>
<characters
cr=""
lf="
"
crlf="
"
/>

exemple of my code : concat("AAA "; fields; " BBB"; @crlf) but NO LINE BREAK
WHY ??

thank you for help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top