<?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: samrt form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481505#M225199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For page 1, set the print mode in the Output Options tab to Duplex, set the next page to page 2.&lt;/P&gt;&lt;P&gt;For page 2, set the print mode to duplex and set the next page to page 1.&lt;/P&gt;&lt;P&gt;For the last node in your main window use a command node to call page 3.  In page 3 set duplex mode and set the next page to page 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 15:29:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-30T15:29:54Z</dc:date>
    <item>
      <title>samrt form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481504#M225198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have issue with smart form.&lt;/P&gt;&lt;P&gt;i have three pages p1,p2,p3.&lt;/P&gt;&lt;P&gt;p1 contains line items&lt;/P&gt;&lt;P&gt;p2 contains standard text,&lt;/P&gt;&lt;P&gt;p3 contains some text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p2 should come at the back of every page.&lt;/P&gt;&lt;P&gt;i,e p1,p3 is duplex of p2 page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i have 100 items .&lt;/P&gt;&lt;P&gt;i can print only 10 items in p1 then after 10 items i have to get p2(standard text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after 100 items i have to get p3 page and at the back of p3 again have to get p2 at the back of p3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481504#M225198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: samrt form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481505#M225199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For page 1, set the print mode in the Output Options tab to Duplex, set the next page to page 2.&lt;/P&gt;&lt;P&gt;For page 2, set the print mode to duplex and set the next page to page 1.&lt;/P&gt;&lt;P&gt;For the last node in your main window use a command node to call page 3.  In page 3 set duplex mode and set the next page to page 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481505#M225199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: samrt form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481506#M225200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but when i set page 1 as next page to page 2 i am getting the last page as page1 without data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481506#M225200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: samrt form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481507#M225201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm, that is tricky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you do this?&lt;/P&gt;&lt;P&gt;On page two instead of setting the next page to page 1, use a program lines node and read your internal table to see if there are more item lines to be printed.  If there are more item lines, use a command node to call page 1, if there are not more item lines call page 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this will mess up your processing in the main window, though......just a thought.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrt-form/m-p/1481507#M225201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:50:25Z</dc:date>
    </item>
  </channel>
</rss>

