This problem was haunting me too. In my case, I copied fields from a
form I made with an overlay to a blank one. Fred Pantalone's post
below was right on. I checked through the XML Source and found the
problem.
This happens with imported fields or fields copied from an older
document to a new one; the coding doesn't import correctly.
You need to view the XML code for the field and manually change the
code.
Open the form in LiveCycle Designer
Click on the field you are having the problem with, then click on
View, XML Source. The XLM pane will open and the cursor will be
positioned at the beginning of the code for the field you selected.
Look for code that says:
<border hand="right">
and change it to:
<border>
Voila' problem solved. Unfortunatley, you will have to scroll through
the code and do this for each field.
or as Fred mentioned, the alternative is to delete the field and
create a new one.
On Jul 31, 8:59 pm, Roar <
rory.tabular...@gmail.com> wrote:
> I have a PDF that I imported into LiveCycle. In the process of putting
> mytextfields into the document I changed them to be AppearanceUnderline. When I preview in PDF they don't show theunderline. If I