<?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>Question Re: Dynamic Adobe Forms in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799533#M1485035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that's actually what I was tying to do initially. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are talking about a regular Subform right? No special setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 07:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T07:58:51Z</dc:date>
    <item>
      <title>Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaq-p/3799524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently working with NWDS 7.14 and Life Cycle Desiger 7.1. My Requirement is the following: dependent on a user input  (e.g. selected checkbox) i want to switch the attus of certain ui elements to "invisble".According to some previous posts, I use the follwing JS-code to achieve the described functionality:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var check = CheckBox1.rawValue;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;if (check== '1') {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subform3.presence="visble";&lt;/P&gt;&lt;P&gt;Subform3.presence="hidden";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the code lies in the exit event of the checkbox)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, nothing happens, the code does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please provide help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 12:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaq-p/3799524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799525#M1485027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;Is ACF installed on your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 13:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799525#M1485027</guid>
      <dc:creator>vaibhav_tiwari</dc:creator>
      <dc:date>2008-05-08T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799526#M1485028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I do not remember installing Active Component Framework (ACF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that required? How would I do that? Is it necessary to display the form in Preview mode already?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 14:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799526#M1485028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799527#M1485029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;You can download it from SAP service market place i.e. service.sap.com.&lt;/P&gt;&lt;P&gt;An xACF patch is available there download it and install. I think it will start working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav Tiwari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 14:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799527#M1485029</guid>
      <dc:creator>vaibhav_tiwari</dc:creator>
      <dc:date>2008-05-08T14:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799528#M1485030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just installed ACF on my system, but no change in behaviour so far.&lt;/P&gt;&lt;P&gt;As far as I understand ACF is a kind of a plugin for the Internet Explorer, but the Form is shown in Adobe Reader, so therefore I do not understand how the installation of ACF could affect the behavoiur of the rendered Form in Preview Mode in NWDS/Life Cycle Designer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 15:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799528#M1485030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799529#M1485031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your pdf type is put as activex, ACF is rerquired. else you can set the value as native in the interactive form properties. &lt;/P&gt;&lt;P&gt;If you are trying in the formcalc. You can try out writing the script in the click event of the check button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( $.rawValue == 'X' ) then&lt;/P&gt;&lt;P&gt;$.parent.&amp;lt;SOM hierarchy&amp;gt;.presence = "invisible"&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;lt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try debugging it manually by setting a text field to see the value changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also use java script. But for these simple scripts, it is recommended to use form calc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Antony John Isacc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799529#M1485031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799530#M1485032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;ACF is a pluggin for UI elements like buttons, textfields, radiobuttons etc. We have to install ACF in order to make these fields work correctly. If you are writing the same code as you have mentioned in  the post then change it as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. if you want to show the subform.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;var check = CheckBox1.rawValue;

if (check== '1') {
Subform3.presence="visible";
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. if you want to hide the subform.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;var check = CheckBox1.rawValue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (check== '1') {&lt;/P&gt;&lt;P&gt;Subform3.presence="hidden";&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav Tiwari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799530#M1485032</guid>
      <dc:creator>vaibhav_tiwari</dc:creator>
      <dc:date>2008-05-09T04:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799531#M1485033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I amneded the script and installed ACF and so on. It still doesn't work in PDF Preview Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I amended the presence property on a conventional Textfield. It only affects the Value inside the Textfield. E.g. if set the presence to invisible, the text inside the Input field is gone, but the label and the inputfield are still visible, whereas setting it to hidden, doesn't affect the input field at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not a really complex problem, but nothing seems to work. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really assume the preview mode shows how the form behaves once the WebDynpro app including the form has been deployed to server, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 07:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799531#M1485033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T07:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799532#M1485034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use a subform for this field and make the subform invisible based on condition. Hopefully it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arafat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 07:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799532#M1485034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T07:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799533#M1485035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that's actually what I was tying to do initially. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are talking about a regular Subform right? No special setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 07:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799533#M1485035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T07:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799534#M1485036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No special subform, simple subform will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arafat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 12:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799534#M1485036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799535#M1485037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no solution. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue described above does not neither am I able to foll a dropdown dynamically as described in other threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could Internet Explorer 7.0 be an issue? Should I use Explorer 6.0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 15:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799535#M1485037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T15:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Adobe Forms</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799536#M1485038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u manage to resolve the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-adobe-forms/qaa-p/3799536#M1485038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T08:56:06Z</dc:date>
    </item>
  </channel>
</rss>

