Form/EditField and Printing

  • Hi,

    I'm trying to add some fields to a text to simulate a form, I'm doing good so far using InputEditField, etc.. but when I print the text, it prints the delimiters used by "CodeOpeningText" and "CodeClosingText" and also prints the background in yellow for the fields.

    How do I print the text on the editor without printing that delimiters and color?

    Thanks

    Fábio

  • Zitat von wpsupport

    Hi,

    you can hide the fields by chageing the properties InsertPointTextAttr and AutomaticTextAttr. (subproperty Hidden)

    Make sure to call ReformatAll(true, true) after you do.

    Julian

    cool, it worked thanks.