<?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: SAP Script : Creating three boxes in same window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129454#M1365163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;There is no problem with creating of boxes but issue comes when we need to write multi lines in three different boxes.&lt;/P&gt;&lt;P&gt;The command can be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION X Axis and Y Axis of BOX1&lt;/P&gt;&lt;P&gt;/: Write test for Box1&lt;/P&gt;&lt;P&gt;/:Same for Box 2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;/:same for box 3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for multiline what will be the command&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;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 12:50:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T12:50:04Z</dc:date>
    <item>
      <title>SAP Script : Creating three boxes in same window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129451#M1365160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Champs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in SAP Script in which i need to create 3 boxes whose Y-Axis are parallel to each other.&lt;/P&gt;&lt;P&gt;And in these three different boxes I need to populate text in one, graphic in other and total in the last one.&lt;/P&gt;&lt;P&gt;Is it possible???&lt;/P&gt;&lt;P&gt;Please let me know the code or an example to do the same.&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;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129451#M1365160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : Creating three boxes in same window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129452#M1365161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take 3 paragraph formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each of them assign LEFT and RIGHT justifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Logo use INCLUDE .... PARAGRAPH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE you know how to draw boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOX ...&lt;/P&gt;&lt;P&gt;XAXIS.. HEIGHT.. WIDTH&lt;/P&gt;&lt;P&gt;YAXIS...HEIGHT..WIDTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEST way is to take 3 separate windows &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129452#M1365161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : Creating three boxes in same window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129453#M1365162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;box command with same ypos for all three&lt;/P&gt;&lt;P&gt;In one box &lt;/P&gt;&lt;P&gt;write text &lt;/P&gt;&lt;P&gt;In other&lt;/P&gt;&lt;P&gt;display graphic &lt;/P&gt;&lt;P&gt; other&lt;/P&gt;&lt;P&gt;display  total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129453#M1365162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : Creating three boxes in same window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129454#M1365163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;There is no problem with creating of boxes but issue comes when we need to write multi lines in three different boxes.&lt;/P&gt;&lt;P&gt;The command can be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION X Axis and Y Axis of BOX1&lt;/P&gt;&lt;P&gt;/: Write test for Box1&lt;/P&gt;&lt;P&gt;/:Same for Box 2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;/:same for box 3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for multiline what will be the command&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;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129454#M1365163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : Creating three boxes in same window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129455#M1365164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that is not possible or atleast I think this might be possible via paragraph and character formats only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-creating-three-boxes-in-same-window/m-p/6129455#M1365164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:52:01Z</dc:date>
    </item>
  </channel>
</rss>

