<?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 Samrtfors : in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458278#M216478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I done a smartform with 4 pages..&lt;/P&gt;&lt;P&gt;In the First page i have following windows.&lt;/P&gt;&lt;P&gt;1. Main window.&lt;/P&gt;&lt;P&gt;2. Address Window.&lt;/P&gt;&lt;P&gt;3. Logo Window.&lt;/P&gt;&lt;P&gt;4. Information window.&lt;/P&gt;&lt;P&gt;5. Footer window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Second Page I have &lt;/P&gt;&lt;P&gt;1. Main window.&lt;/P&gt;&lt;P&gt;2. Footer window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Third page &lt;/P&gt;&lt;P&gt;Secondary window in it i have &lt;/P&gt;&lt;P&gt;Annexure I.&lt;/P&gt;&lt;P&gt;(like terms and conditions, shipping point tax details.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want my second page to replicate till it reaches till it prints the last record , thenm after i want my third page to trigger....&lt;/P&gt;&lt;P&gt;can any one help on this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 07:56:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-25T07:56:41Z</dc:date>
    <item>
      <title>Samrtfors :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458278#M216478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I done a smartform with 4 pages..&lt;/P&gt;&lt;P&gt;In the First page i have following windows.&lt;/P&gt;&lt;P&gt;1. Main window.&lt;/P&gt;&lt;P&gt;2. Address Window.&lt;/P&gt;&lt;P&gt;3. Logo Window.&lt;/P&gt;&lt;P&gt;4. Information window.&lt;/P&gt;&lt;P&gt;5. Footer window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Second Page I have &lt;/P&gt;&lt;P&gt;1. Main window.&lt;/P&gt;&lt;P&gt;2. Footer window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Third page &lt;/P&gt;&lt;P&gt;Secondary window in it i have &lt;/P&gt;&lt;P&gt;Annexure I.&lt;/P&gt;&lt;P&gt;(like terms and conditions, shipping point tax details.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want my second page to replicate till it reaches till it prints the last record , thenm after i want my third page to trigger....&lt;/P&gt;&lt;P&gt;can any one help on this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 07:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458278#M216478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T07:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Samrtfors :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458279#M216479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;        Do you have a loop on Main Window of Second Page?? May be i can help if u give me some details about Second Page.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Supriya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 08:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458279#M216479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T08:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Samrtfors :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458280#M216480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess u need to print the line items in page 2.&lt;/P&gt;&lt;P&gt;In that case, create a loop and print all the details. The page will go on till the line items are exhausted and then go to Page 3 layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Aarthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 08:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/samrtfors/m-p/1458280#M216480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T08:48:16Z</dc:date>
    </item>
  </channel>
</rss>

