<?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: font problem in a sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251150#M486658</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;Check with the Basis Person.&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 11:09:57 GMT</pubDate>
    <dc:creator>sreeramkumar_madisetty</dc:creator>
    <dc:date>2007-05-25T11:09:57Z</dc:date>
    <item>
      <title>font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251149#M486657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, I have a problem with a sapscript, I have tried to change the font of the text but it is not possible. It is always with the same format, I have changed in everywhere, I have created new parragraph, new character but it is not changing. Does anybody know if it could be that there is only one kind of fond supported by the system??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251149#M486657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251150#M486658</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;Check with the Basis Person.&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251150#M486658</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-25T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251151#M486659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Montero,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Every time the font took the Format from the Default paragraph. Thats why you cant change the format of that text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For avoiding this problem go to the line editor. then give your Paragraph format at the left most corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251151#M486659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251152#M486660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There are some std Charcter formats like BOLD, CENTER like that&lt;/P&gt;&lt;P&gt;just write a field using this BOLD format and see&lt;/P&gt;&lt;P&gt;We can create our own paragraph format and define the FONT and use&lt;/P&gt;&lt;P&gt;Just check you might not be writing the fields correctly with the font.&lt;/P&gt;&lt;P&gt;if you use format of bold write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/    &amp;lt;B&amp;gt;&amp;amp;ITAB-KUNNR&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;if ZA is paragraph format &lt;/P&gt;&lt;P&gt;write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZA   Purchase Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first check some Text field and see other fields.&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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251152#M486660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251153#M486661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your answers. But I have tried everything, and it hasn't changed. That is why I think that maybe is something with the configuration, because it happen nothing, it is always with the same font. I can use bold and underline but not the type of font.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251153#M486661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251154#M486662</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;Change the font style of Default Paragraph. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251154#M486662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: font problem in a sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251155#M486663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I did,  I have done it as much times but the font doesn't change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-problem-in-a-sapscript/m-p/2251155#M486663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:24:27Z</dc:date>
    </item>
  </channel>
</rss>

