Expand my Community achievements bar.

Justin_Klei
Justin_Klei
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • In Designer, go to the Data View tab.  You should see a data connection.  Right-click on the data connection and select "Connection Properties".  The "Data Description Type" will tell you the type of data connection.

    Type

    Questions

    Views

    22.7K

    Likes

    0

    Replies

    0
  • I'm not familiar with the SAP integration, but I'm pretty sure it's using the LiveCycle Forms module to render the form.What type of data connection do you have defined in Designer?  It has to be one of the following:XML SchemaSample XML DataData ModelWSDL FileOLEDB DatabaseI'm guessing it is 1 or 2...

    Type

    Questions

    Views

    22.7K

    Likes

    0

    Replies

    0
  • What kind of data source...is it an XML or XSD?How are you populating the data into the form?  Are you using LiveCycle Forms or LiveCycle Output?

    Type

    Questions

    Views

    22.7K

    Likes

    0

    Replies

    0
  • Are you trying to write script to populate the line break, or do you want to know how to generate the XML that gets fed into the form so the line breaks will appear?The instructions I provided above will show you how to script it.If you want to know what the XML should look like, do this:Save your f...

    Type

    Questions

    Views

    22.7K

    Likes

    0

    Replies

    0
  • Apparently the tags are getting encoded when you try to set the rawValue of the field.Try this instead:var richTextValue = '<body><p>Line 1 of text</p><p>Line 2 of text</p></body>';xfa.resolveNode("TextField1.value.#exData").loadXML(richTextValue);

    Type

    Questions

    Views

    22.7K

    Likes

    0

    Replies

    0
  • If it's a rich text field, you can use an html <br> tag.This is mentioned in the XFA Specification document:  http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_3.pdf

    Type

    Questions

    Views

    22.7K

    Likes

    0

    Replies

    0
  • Select your button, then open the script editor (Window-->Script Editor).In the script editor you'll see a dropdown that says "Show:  Events with Scripts".Select "Click" from the dropdown.Paste the code I provided into the editor.For the "Language" dropdown make sure "JavaScript" is selected and not...

    Type

    Questions

    Views

    7.3K

    Likes

    0

    Replies

    0
  • Sounds like you want one user to type or paste a URL into a text field and then another user to be able to click on the text in the text field and be directed to that URL.I believe the recommendations above were all referring to static text rather than text fields.I think what you need to do is add ...

    Type

    Questions

    Views

    7.3K

    Likes

    0

    Replies

    0
Top badges earned by Justin_Klei
Customize the badges you want to showcase on your profile