<?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 Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046604#M421438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My smartform has a black background. The text is all surrounded by a black back ground.. How do i change the color to white? &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 06:42:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T06:42:25Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046604#M421438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My smartform has a black background. The text is all surrounded by a black back ground.. How do i change the color to white? &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046604#M421438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046605#M421439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing the color of the Style that is used in the global settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046605#M421439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046606#M421440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;Since this is the first time I am doing smartforms. Can you please elaborate your previous answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046606#M421440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046607#M421441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdullah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make a piece of text bold enclose it in &amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;, eg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hello&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will become Hello&lt;/P&gt;&lt;P&gt;For underlining use &amp;lt;u&amp;gt;&amp;lt;/u&amp;gt;, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Good Morning&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becomes Good Morning&lt;/P&gt;&lt;P&gt;To italicise text use &amp;lt;i&amp;gt;&amp;lt;/i&amp;gt;, eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is &amp;lt;i&amp;gt;Great!&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Changing the colour of text is achieved by wrapping it in [color=][/color]. You can specify either a recognised colour name (eg. red, blue, yellow, etc.) or the hexadecimal triplet alternative, eg. #FFFFFF, #000000. For example, to create red text you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[color=red]Hello![/color]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[color=#FF0000]Hello![/color]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will both output Hello!&lt;/P&gt;&lt;P&gt;Changing the text size is achieved in a similar way using [size=][/size]. This tag is dependent on the template you are using but the recommended format is a numerical value representing the text size in pixels, starting at 1 (so tiny you will not see it) through to 29 (very large). For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[size=9]SMALL[/size]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will generally be SMALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[size=24]HUGE![/size]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will be HUGE!&lt;/P&gt;&lt;P&gt;[size=18][color=red]&amp;lt;b&amp;gt;LOOK AT ME!&amp;lt;/b&amp;gt;[/color][/size]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would output LOOK AT ME!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck and Thanks&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046607#M421441</guid>
      <dc:creator>ashok_kumar24</dc:creator>
      <dc:date>2007-03-15T06:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046608#M421442</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;&lt;/P&gt;&lt;P&gt;change the color of style which ur using in ur smartforms in t-code SMARTSTYLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046608#M421442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046609#M421443</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 change the back ground colour of a particular window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the required window&lt;/P&gt;&lt;P&gt;You can find:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General attributes&lt;/P&gt;&lt;P&gt;Output options&lt;/P&gt;&lt;P&gt;Conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto &amp;lt;b&amp;gt;Output options&amp;lt;/b&amp;gt;--&amp;gt;goto &amp;lt;b&amp;gt;Shading&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can change the colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046609#M421443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046610#M421444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdullah Ismail ,&lt;/P&gt;&lt;P&gt;       You can do the following steps.&lt;/P&gt;&lt;P&gt;1. Double click on the main window node.(left side wndow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Click on the "Output Options" tab on the right side window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can set the "Gray Value" value to 0% of "Shading" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balakrishna.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046610#M421444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046611#M421445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in smartform disply, &lt;/P&gt;&lt;P&gt;when u double click global settings, under Output options, u can find Style.&lt;/P&gt;&lt;P&gt;copy that style, and enter in SMARTSTYLES , in that, click on header data, &lt;/P&gt;&lt;P&gt;under standard settings u can find COLOR check box, see whether that check box is checked or not, if it is, select that color as white.&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;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046611#M421445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046612#M421446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;I tried as you said. But as the smart form is getting converted into a pdf file; The text appears black, the area around it appears white and the rest of the page comes as black.&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046612#M421446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046613#M421447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sujatha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wrote:&lt;/P&gt;&lt;P&gt;"under standard settings u can find COLOR check box, see whether that check box is checked or not, if it is, select that color as white."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this COLOR is the text color not the background color.&lt;/P&gt;&lt;P&gt;Am I correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046613#M421447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046614#M421448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi balakrishnan&lt;/P&gt;&lt;P&gt;yes it is the text color and not the background color.. I am trying to change the background color.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046614#M421448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046615#M421449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 06:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2046615#M421449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T06:49:47Z</dc:date>
    </item>
  </channel>
</rss>

