<?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: smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367589#M524368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use BOX command to draw horizontal and vertical lines apart from creating boexs by assigning 0(zero) to either WIDTH or HEIGHT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To draw a horizontal line,&lt;/P&gt;&lt;P&gt;/: BOX XPOS '5' CM YPOS '5' CM WIDTH '5' CM HEIGHT '0' CM&lt;/P&gt;&lt;P&gt;To draw a vertical line,&lt;/P&gt;&lt;P&gt;/: BOX XPOS '5' CM YPOS '5' CM WIDTH '0' CM HEIGHT 50' CM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to draw a BOX with the help of horizontal and vertical lines, it will take 4 statements to construct a BOX and to change a dimenisioality in BOX needs some changes to be done to the respective horizontal and vertical lines too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it not advisible to draw a BOX with the help of horizontal and vertical lines. Directly use a single BOX statement to construct a BOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 06:14:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T06:14:33Z</dc:date>
    <item>
      <title>smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367588#M524367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can we draw lines like grid or vertical/horizontal lines In Smart forms for output.&lt;/P&gt;&lt;P&gt;give with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the needful.&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;&lt;/P&gt;&lt;P&gt;shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367588#M524367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367589#M524368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use BOX command to draw horizontal and vertical lines apart from creating boexs by assigning 0(zero) to either WIDTH or HEIGHT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To draw a horizontal line,&lt;/P&gt;&lt;P&gt;/: BOX XPOS '5' CM YPOS '5' CM WIDTH '5' CM HEIGHT '0' CM&lt;/P&gt;&lt;P&gt;To draw a vertical line,&lt;/P&gt;&lt;P&gt;/: BOX XPOS '5' CM YPOS '5' CM WIDTH '0' CM HEIGHT 50' CM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to draw a BOX with the help of horizontal and vertical lines, it will take 4 statements to construct a BOX and to change a dimenisioality in BOX needs some changes to be done to the respective horizontal and vertical lines too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it not advisible to draw a BOX with the help of horizontal and vertical lines. Directly use a single BOX statement to construct a BOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367589#M524368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367590#M524369</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;to get the grid lines on the output just do like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to table options at the main window option of the page,&lt;/P&gt;&lt;P&gt;select table tab,&lt;/P&gt;&lt;P&gt;at the details box we can find the grid, grid lines button ,&lt;/P&gt;&lt;P&gt;u can press them and save your smartform.&lt;/P&gt;&lt;P&gt;now in output main window u can get the grid lines if i think right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367590#M524369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367591#M524370</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 create a template then select the pattern for the same as per your requirment or create a table then within that you can create a table type and assign the pattern for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367591#M524370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367592#M524371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan,   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is simple to achieve to the horizontal and vertical lines in any window or main window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the window:  In the output options tab you can use the "BOX AND SHADING" to draw the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can also select any line of your choice (top horizontal, botton horizontal, left vertical or right vertical).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the main window:  The addition would be the availability of "SELECT PATTERN" in the tab "TABLE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this the grid can be drawn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tej..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367592#M524371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367593#M524372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's easy .  to select main window and click output options to click template and select the choosed lines and check and active  the lines are displayed.&lt;/P&gt;&lt;P&gt;put the points to my answered question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2367593#M524372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:37:30Z</dc:date>
    </item>
  </channel>
</rss>

