<?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: Boxes displayed at wrong position in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670904#M1098602</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;Drawing box depends on reguirement, if you get the request the you have to do. there are may documents available on SDN and also reffer SAp help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can draw box in SAP script using the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '-0' CH YORIGIN '-0.&lt;/P&gt;&lt;P&gt;/: SIZE WIDTH '+0.4' CH HEIGHT +1 LN&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT '13.5' LN FRAME 10 TW&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is if you want to give the lengeth and breath of box.&lt;/P&gt;&lt;P&gt;and BOX FRAME 10 TW is for intensity of frame line. the more the TW the thicker the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are not sure of length and breath of box and want it to be dynamic the use this code.&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '-0' CH YORIGIN '-0'.&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hop this may help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2008 14:15:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-28T14:15:20Z</dc:date>
    <item>
      <title>Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670902#M1098600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am changing a smartform which has a logo and an address right next to it on the right. The change is to use a new logo which is bigger than the old one and I have no problem with this. However, when testing the form, the new logo overlaped with the address box. So, I moved the address box to the right a bit to avoid the overlap and activated the form. But when tesing it, the address did not move. I tried with another box and I got the same problem. I last tried to move the logo box just for testing and the it worked for the logo. Do you have any idea why it did not work for the other boxes? Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Chuong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670902#M1098600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670903#M1098601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you moved the boxes, did you also resize them? If you didn't, it could be that they have no room to move to, so  they remain in the same place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670903#M1098601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670904#M1098602</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;Drawing box depends on reguirement, if you get the request the you have to do. there are may documents available on SDN and also reffer SAp help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can draw box in SAP script using the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '-0' CH YORIGIN '-0.&lt;/P&gt;&lt;P&gt;/: SIZE WIDTH '+0.4' CH HEIGHT +1 LN&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT '13.5' LN FRAME 10 TW&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is if you want to give the lengeth and breath of box.&lt;/P&gt;&lt;P&gt;and BOX FRAME 10 TW is for intensity of frame line. the more the TW the thicker the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are not sure of length and breath of box and want it to be dynamic the use this code.&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '-0' CH YORIGIN '-0'.&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hop this may help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670904#M1098602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670905#M1098603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not resize them but in the form definition display (after the activation), they are at the right new positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Chuong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670905#M1098603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670906#M1098604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is Smartform not Sapscript. &lt;/P&gt;&lt;P&gt;Chuong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670906#M1098604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670907#M1098605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, in this new positions they are still within the page boundaries or have they stepped over it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670907#M1098605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670908#M1098606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, they are still within the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670908#M1098606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes displayed at wrong position in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670909#M1098607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was my mistake. I moved the wrong window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 21:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-displayed-at-wrong-position-in-smartform/m-p/4670909#M1098607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T21:01:07Z</dc:date>
    </item>
  </channel>
</rss>

