<?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- ouput table,main window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039063#M86011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got exactly ther same problems and I have solved &lt;/P&gt;&lt;P&gt;them using some tricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First the bad news:&lt;/P&gt;&lt;P&gt;No chance to salve your problems using standard smartforms routines.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;Good news:&lt;/P&gt;&lt;P&gt;1.) Solving Main Window-Problem.&lt;/P&gt;&lt;P&gt;You must check, whether the table fits into your main window or not by counting the lines during initialization.&lt;/P&gt;&lt;P&gt;If it fits, ok otherwise create an internal table with the same number of lines, but empty-entries + 1 Record. &lt;/P&gt;&lt;P&gt;Insert this table into your internal Data table at index 1.&lt;/P&gt;&lt;P&gt;Use this table to fill the main window.&lt;/P&gt;&lt;P&gt;That means all your data will be allways on one page!&lt;/P&gt;&lt;P&gt;Additionally you can define all your other windows overlapping the main window. Use these windows in case your Table is too large.&lt;/P&gt;&lt;P&gt;2.) If You want to shade the table header, you must define a separate overlapping window. This can be tricky, but this is the only way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I could help You&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2005 18:16:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-15T18:16:44Z</dc:date>
    <item>
      <title>Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039053#M86001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Can anyone please help with my two questions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a main window, in which there is a dynamic table. &lt;/P&gt;&lt;P&gt;My problem is the content of table will spread to next serveral page if the height of main window set too short or the main window is too big there are too much empty place left.Can anyone please tell me how to make the size of main window determinded by the lenght of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other question is although I have shaded my table in the table painter but the shading doesn't appear when display the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 15:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039053#M86001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T15:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039054#M86002</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;  Keep your main window short. If there is huge data, anyways, content will extend to the next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 15:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039054#M86002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039055#M86003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heather,&lt;/P&gt;&lt;P&gt; Regarding your first question, I don't think the height of the window can be determined dynamically based on the length of the table(Data). These are one time settings and has to be done at the design time itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your second question, what do you mean shading?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 15:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039055#M86003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T15:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039056#M86004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I shaded table in gray in table painter,however when execute the form, the table is still displayed without shading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 15:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039056#M86004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T15:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039057#M86005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Point - It is not possible to change the size of the main window dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second point - Go to the tab Output Conditions of the window and enter the percentage in the shading box, Make sure that this is filled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 15:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039057#M86005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039058#M86006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sailaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I set the main window short,there is too much empty space left in the second page (fit to the main window size),and the content extends also to the third page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 16:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039058#M86006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T16:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039059#M86007</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; You can shade a table with varying intensive in the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX [Xpos]  [Ypos]  [Width]  [Height] [Frame]  [Intensive]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex., /: BOX WIDTH '20' CM HEIGHT 1 IN&lt;/P&gt;&lt;P&gt;FRAME 10 TW INTENSIFY 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sailaja N.L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 16:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039059#M86007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039060#M86008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO OTHER CHANCE HEATH,&lt;/P&gt;&lt;P&gt;AS ALL OUR FLOKS SAID WE NEED TO SET THE DIMENSIONS OF THE MAIN WINDOW WHILE DESIGNING THE PAGE. WE CANNOT CHANGE IT DYNAMICALLY. &lt;/P&gt;&lt;P&gt;SAP HASN'T YET PROVIDED THAT FACILITY HOPE SOMEONE OF US WILL SURELY FIND IT ONE DAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;VINOD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 16:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039060#M86008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T16:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039061#M86009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagarani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enter the percentage,but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I can shade my template properly however it doesn't work for my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 16:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039061#M86009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039062#M86010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try giving the width/vertical/horizontal spacing for LINE, enter percentage for Shading &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the check box for ALWAYS DRAW BOX AND SHADING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 18:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039062#M86010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T18:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform- ouput table,main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039063#M86011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got exactly ther same problems and I have solved &lt;/P&gt;&lt;P&gt;them using some tricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First the bad news:&lt;/P&gt;&lt;P&gt;No chance to salve your problems using standard smartforms routines.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;Good news:&lt;/P&gt;&lt;P&gt;1.) Solving Main Window-Problem.&lt;/P&gt;&lt;P&gt;You must check, whether the table fits into your main window or not by counting the lines during initialization.&lt;/P&gt;&lt;P&gt;If it fits, ok otherwise create an internal table with the same number of lines, but empty-entries + 1 Record. &lt;/P&gt;&lt;P&gt;Insert this table into your internal Data table at index 1.&lt;/P&gt;&lt;P&gt;Use this table to fill the main window.&lt;/P&gt;&lt;P&gt;That means all your data will be allways on one page!&lt;/P&gt;&lt;P&gt;Additionally you can define all your other windows overlapping the main window. Use these windows in case your Table is too large.&lt;/P&gt;&lt;P&gt;2.) If You want to shade the table header, you must define a separate overlapping window. This can be tricky, but this is the only way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I could help You&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 18:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-ouput-table-main-window/m-p/1039063#M86011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T18:16:44Z</dc:date>
    </item>
  </channel>
</rss>

