<?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: Problem in SmartForms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695851#M1103604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;please increase your window length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont pass those values to variable, just drag and drop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2008 09:22:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-07T09:22:55Z</dc:date>
    <item>
      <title>Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695845#M1103598</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 have problem in when getting o/p in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want display no of pages and current page for this i taken system field PAGE AND FORMPAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My form have totlay 15 pages(One Page &amp;amp; One Main window), when i execute this form it showing like   1 of  *  when press pagedown button its going like 2 of  *, 3 of * , .........after 10th page it giving 15 means it showing like 10 of 15, 11 fo 15......15 of 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is i want print 1 of 15, 2 of 15, 3 of 15........so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If total number of pages only 9 that time it showing correctly means 1 of 9, 2 of 9,......9 of 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main problem is if number of pages &amp;gt;10 that time only this problem is occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;text removed by moderator&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 7, 2008 10:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 08:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695845#M1103598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695846#M1103599</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;Create your text element with more length  and give more space before and after the system field form page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695846#M1103599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695847#M1103600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &amp;amp;SFSY-FORMPAGES(3Z)&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695847#M1103600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695848#M1103601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use as follows&lt;/P&gt;&lt;P&gt;running page&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;amp;SFSY-PAGE&amp;amp;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Total Pages&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;amp;SFSY-JOBPAGES&amp;amp;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Page &amp;amp;SFSY-PAGE&amp;amp; of  &amp;amp;SFSY-JOBPAGES&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this fields are available is system fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695848#M1103601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695849#M1103602</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;Thanks for your replay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tryed with this system field but i m getting same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695849#M1103602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695850#M1103603</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;Use system variables &amp;amp;SFSY-FORMPAGES&amp;amp; for total pages and &amp;amp;SFSY-PAGE&amp;amp; for current page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the window size also for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Phani Diwakar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695850#M1103603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695851#M1103604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;please increase your window length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont pass those values to variable, just drag and drop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695851#M1103604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695852#M1103605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Page &amp;amp;SFSY-PAGE&amp;amp; of &amp;amp;SFSY-FORMPAGES(3Z)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;Page &amp;amp;SFSY-PAGE&amp;amp; of &amp;amp;SFSY-FORMPAGES&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695852#M1103605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695853#M1103606</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 think this is the problem with the window length.Increase the length of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/4695853#M1103606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:44:30Z</dc:date>
    </item>
  </channel>
</rss>

