<?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 Re: Remove Blank page from Adobe form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331240#M1729300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gourav and Debopriya for ur reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Gourav: can u give some more detail on how to write the scripting code which u mentioned. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; like after the $.record what to write to get the blank page. Sorry but i am naive to this coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debopriya: i tried using the conditional breaks also but dont understand if at all that is being executed.Can i debug the code written in the conditional Break tab. ? Well, in my form, i have to loop a table which can have multiple records and each record needs to be displayed in a new page. may be u can consider some thing like list of vendors and have to be displayed each vendor details. But each vendor detail should start from a new page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 06:47:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-14T06:47:11Z</dc:date>
    <item>
      <title>Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331237#M1729297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, I am getting a blank page in my Adobe form layout itself and i need to remove it. For my requirement i need to display each project in a new page and for that i am using the Go To Next Page option for my final Form pagination. And it goes to a new page but it also creates a blank page at the end, When i use any other option it does not go to the next page but starts filling in the same page where first project is finished. Is there any way to go to the new page with out using the option in the pagination of Go To New Page. ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if u know the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 05:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331237#M1729297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-14T05:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331238#M1729298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;You will be able to do this with Javascript / formcalc and based on a condition from the context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;In the script area of a template page, you can add this script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;if ($.record. == ) then&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;{&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;$.presence = "hidden";&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Also &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; To hide a page it needs to be dynamic. set DYNAMIC = 'X'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Gourav&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 05:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331238#M1729298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-14T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331239#M1729299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;Put a conditional page break in the item level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is also not working, please give some more details to give the solution like what is the content of the form. Which information you want in the multiple pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Debopriya Ghosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 05:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331239#M1729299</guid>
      <dc:creator>reachdebopriya</dc:creator>
      <dc:date>2013-03-14T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331240#M1729300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gourav and Debopriya for ur reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Gourav: can u give some more detail on how to write the scripting code which u mentioned. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; like after the $.record what to write to get the blank page. Sorry but i am naive to this coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debopriya: i tried using the conditional breaks also but dont understand if at all that is being executed.Can i debug the code written in the conditional Break tab. ? Well, in my form, i have to loop a table which can have multiple records and each record needs to be displayed in a new page. may be u can consider some thing like list of vendors and have to be displayed each vendor details. But each vendor detail should start from a new page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 06:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331240#M1729300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-14T06:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331241#M1729301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To write the script code in your adobe form please follow the steps:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to your form layout&lt;/P&gt;&lt;P&gt;2. Go to Hierarchy Tab in the left side.&lt;/P&gt;&lt;P&gt;3. Click on the specific which you want to hide.&lt;/P&gt;&lt;P&gt;4. Then go to Pallets in the Menu Bar on the top of your layout.&lt;/P&gt;&lt;P&gt;5. Then click on Script Editor.&lt;/P&gt;&lt;P&gt;6. Then there choose the event as form:ready&lt;/P&gt;&lt;P&gt;7. Write the above code in that event.&lt;/P&gt;&lt;P&gt;8. $.record describes the current element that is in your case it will be your page.&lt;/P&gt;&lt;P&gt;9. $.presence determines whether your object will be hidden/visible/invisible etc. as per your requirement in the form layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 07:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331241#M1729301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-14T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331242#M1729302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are giving conditional break at item level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also need to put the conditional break at field level suppose at vendor no explicitly so that list of vendors have to be displayed each vendor details and vendor detail should start from a new page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/195001" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Debopriya Ghosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 07:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331242#M1729302</guid>
      <dc:creator>reachdebopriya</dc:creator>
      <dc:date>2013-03-14T07:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank page from Adobe form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331243#M1729303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain where to write dynamic = X, on which event and how. Could be very useful, because found in most forums that page should be dynamic to hide, dont know how to set. Kindly guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadivu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 19:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-blank-page-from-adobe-form/m-p/9331243#M1729303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-20T19:42:35Z</dc:date>
    </item>
  </channel>
</rss>

