<?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 Setting paragraph in Script.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063064#M426640</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;         I need to create a Paragraph which is half the size of the of window how do i do it ?? is there any setting option in paragraph??? &lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 11:14:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T11:14:29Z</dc:date>
    <item>
      <title>Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063064#M426640</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;         I need to create a Paragraph which is half the size of the of window how do i do it ?? is there any setting option in paragraph??? &lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063064#M426640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063065#M426641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont really get your requirement.&lt;/P&gt;&lt;P&gt;Every line your print has its own paragraph in sap-script.&lt;/P&gt;&lt;P&gt;So if you want the second line to use the same paragraph as line one, then just use the same partagraph for both lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If thats not eneough to help you, please clarify your requirement a bit plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063065#M426641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063066#M426642</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 write text before and adjust the window size later depending on text size in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063066#M426642</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-03-26T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063067#M426643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;The settings in paragraph only allow to set the font and indentation for the text and not for window size. The size it occupies in the window will depend on the no of lines in teh text to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The window size can be set in the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please make your question more clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063067#M426643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063068#M426644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Paragraph formats are generally used to write our data with different Font and at different places. We define Font and Tab settings etc for the paragraph.&lt;/P&gt;&lt;P&gt;so not possible to create like that.&lt;/P&gt;&lt;P&gt;What do you mean by Half of the size of window? be clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063068#M426644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063069#M426645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think for your requirement you need to set the Window in the Layout wich is half the size of your total size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that will make your paragraph visible for only hal;f the width,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063069#M426645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063070#M426646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi .... I need to create a paragraph which is half of the size of window so that i could place another paragraph adjacent to the first one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063070#M426646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063071#M426647</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;if you want to start your para from a certain distance , then you can go for TAB option.&lt;/P&gt;&lt;P&gt;there u can mention the distance from where u want to start your paragraph.&lt;/P&gt;&lt;P&gt;you can also go for left and right margins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha Bansal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063071#M426647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting paragraph in Script..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063072#M426648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go with paragrap option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me any paragrhap name like p1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go with TABS option for setting window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Make s ref of Predefined Layout set and do accordingly (TNAPR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE : use always pc editor not graphical editor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-paragraph-in-script/m-p/2063072#M426648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:35:34Z</dc:date>
    </item>
  </channel>
</rss>

