<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adobe Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282879#M1832143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so its a little complicated, but here is my dilemma.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/443306" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the image above, the phrase "This represents" and the "in the amount of........" are in static text fields.&lt;/P&gt;&lt;P&gt;So what I want to achieve is the word in between the two phrase. The value is in a single field.&lt;/P&gt;&lt;P&gt;If the text can't be contained in the first line, it will be continued in the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 03:27:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-30T03:27:46Z</dc:date>
    <item>
      <title>Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282879#M1832143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so its a little complicated, but here is my dilemma.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/443306" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the image above, the phrase "This represents" and the "in the amount of........" are in static text fields.&lt;/P&gt;&lt;P&gt;So what I want to achieve is the word in between the two phrase. The value is in a single field.&lt;/P&gt;&lt;P&gt;If the text can't be contained in the first line, it will be continued in the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 03:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282879#M1832143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-30T03:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282880#M1832144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian&lt;/P&gt;&lt;P&gt;I`m not sure when over the first line, the text will auto indent to the second line header.&lt;/P&gt;&lt;P&gt;So you can 'CONCATENATE' the 'This represents' to that text object.&lt;/P&gt;&lt;P&gt;then binding the text to a text area as the whole first phrase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text area have the following settings.&lt;/P&gt;&lt;P&gt;1) Map the text to a TextField in the form layout.&lt;/P&gt;&lt;P&gt;2) From the object palette -&amp;gt; Object -&amp;gt; Field, check 'Allow multiple lines'.&lt;/P&gt;&lt;P&gt;3) From the Object palette -&amp;gt; Layout tab, check 'Expand to Fit'.&lt;/P&gt;&lt;P&gt;4) Wrap the textField in a subform which is 'Flowed'.&lt;/P&gt;&lt;P&gt;5) Check 'Allow page breaks within content' for the subform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282880#M1832144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-30T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282881#M1832145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dengyong Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what im thinking of doing. But I need the text to be underlined. The "This represents" and the "in the amount of......" should not be underlined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for the answer. ^_^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 01:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282881#M1832145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-02T01:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282882#M1832146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful links for your query.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.adobe.com/en_US/livecycle/9.0/designerHelp/000129.html"&gt;http://help.adobe.com/en_US/livecycle/9.0/designerHelp/000129.html&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineesh B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 05:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form/m-p/10282882#M1832146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-02T05:58:25Z</dc:date>
    </item>
  </channel>
</rss>

