<?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: smartform pages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169750#M122765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the rule in Smartforms is: same window name, same contents, which means that if you have the same main window on all 3 pages it will have identical contents. You could make certain of your texts in the main window conditional on the page number as well as using a command node to designate an explicit call to a page.&lt;/P&gt;&lt;P&gt;Otherwise, your pages could be using "secondary" windows, to generate different texts and contents on the different page types. (First, Next, and Last) &lt;/P&gt;&lt;P&gt;One should also understand that the pages are logical pages.  If you had an overflow of text on a main window on page3 for example, you could actually have page3 replicating a number of times(if its next page attribute was itself, page3).  It sounds like your pages behave like: FIRST, NEXT, and LAST and have different components in them.  Which means they should have different (non-main) windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, remember: same name of window = identical contents regardless of what page it is associated with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marilyn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2006 01:59:42 GMT</pubDate>
    <dc:creator>marilyn_pratt</dc:creator>
    <dc:date>2006-02-08T01:59:42Z</dc:date>
    <item>
      <title>smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169741#M122756</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&gt;I have &amp;lt;b&amp;gt;three pages&amp;lt;/b&amp;gt;(that is equal to &amp;lt;b&amp;gt;one report&amp;lt;/b&amp;gt;) in my smartform.&lt;/P&gt;&lt;P&gt;While iam executing , iam able to see only the first page.&lt;/P&gt;&lt;P&gt;How can i see following pages?I have copied Main window to 2nd &amp;amp; 3rd pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward guaranteed&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 15:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169741#M122756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-03T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169742#M122757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;  In the PAGE attributes..there is a some thing called next page...so for the first page give the name of second page &amp;amp; for the 2nd page give the name of the 3rd page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 15:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169742#M122757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-03T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169743#M122758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) At page General attributes have you defined Next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Do you want any condition to trigger next page. thne you have to define a Comman in main window and define your next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 15:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169743#M122758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-03T15:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169744#M122759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1. In the general attribute of the page their is option of next page fill that with the your second page.Second page will automatically shown after the first page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2. If you want the third page to be triggered , the you have a command option wher you give the command as end of main window and at the slot you enter the page you want to be triggered you enter third page in that slot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  So second page will continue after the first page and end the end of main window third page will definatley gett triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps,Do reward points for useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 15:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169744#M122759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-03T15:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169745#M122760</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;1.In the first page attributes i have set as second page.&lt;/P&gt;&lt;P&gt;and in the second page attributes i have set as third page. It is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.If i use COMMAND option and if i set as second page in the first page, it is reflecting to 3rd page also.(It is reflecting to all pages since i have copied main window to all the pages).Actually no relation between first page content,second page content &amp;amp; third page content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i display all 3 pages? Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 01:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169745#M122760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-04T01:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169746#M122761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check whether you first page MAIN window data is suffivient enogh to flow to second and third page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF your main window in first page is suffient enough to print in page1 then page 2 and page3 will not print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lanka Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 01:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169746#M122761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-04T01:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169747#M122762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi murthy,&lt;/P&gt;&lt;P&gt;Actually my requirement is i need to develop one report with three pages.Content is different from page to page.&lt;/P&gt;&lt;P&gt;So no need to think about sufficient space in the first page or second page.&lt;/P&gt;&lt;P&gt;My report structure is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;b&amp;gt;FIRSTPAGE&amp;lt;/b&amp;gt;
--MAINWINDOW
----TEXT1
--SUBWINDOW
----TEXT1
----TEXT2
&amp;lt;b&amp;gt;SECONDPAGE&amp;lt;/b&amp;gt;
--MAINWINDOW
----TEXT1
--SUBWINDOW
----TEXT1
----TEXT2
&amp;lt;b&amp;gt;THIRDPAGE&amp;lt;/b&amp;gt;
--MAINWINDOW
----TEXT1
--SUBWINDOW
----TEXT1
----TEXT2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now i need to display all three pages.&lt;/P&gt;&lt;P&gt;Can you give me your email id.So that i can send some screen shots.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 01:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169747#M122762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-04T01:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169748#M122763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following . Please set a command as mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On PAGE1 in MAIN window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Command : Go to next page --&amp;gt; PAGE2 &lt;/P&gt;&lt;P&gt;    Condition :SFSY-PAGE NAME = 'PAGE1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on PAGE 2 in MAIN WINDOW :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Command : Go to next page --&amp;gt; PAGE3 &lt;/P&gt;&lt;P&gt;    Condition :SFSY-PAGE NAME = 'PAGE2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and I hope this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find my e-mail at myaddress folder. Send me your code in XML.&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 02:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169748#M122763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-04T02:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169749#M122764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi murthy,&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Points alloted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 01:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169749#M122764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T01:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: smartform pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169750#M122765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the rule in Smartforms is: same window name, same contents, which means that if you have the same main window on all 3 pages it will have identical contents. You could make certain of your texts in the main window conditional on the page number as well as using a command node to designate an explicit call to a page.&lt;/P&gt;&lt;P&gt;Otherwise, your pages could be using "secondary" windows, to generate different texts and contents on the different page types. (First, Next, and Last) &lt;/P&gt;&lt;P&gt;One should also understand that the pages are logical pages.  If you had an overflow of text on a main window on page3 for example, you could actually have page3 replicating a number of times(if its next page attribute was itself, page3).  It sounds like your pages behave like: FIRST, NEXT, and LAST and have different components in them.  Which means they should have different (non-main) windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, remember: same name of window = identical contents regardless of what page it is associated with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marilyn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 01:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-pages/m-p/1169750#M122765</guid>
      <dc:creator>marilyn_pratt</dc:creator>
      <dc:date>2006-02-08T01:59:42Z</dc:date>
    </item>
  </channel>
</rss>

