<?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: Making lable 'RED' in Dialog programming screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954411#M1155124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Changing background colour is not possible but you can change the clour of the text using loop statement as already told by one person.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 08:33:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-15T08:33:00Z</dc:date>
    <item>
      <title>Making lable 'RED' in Dialog programming screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954409#M1155122</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;&lt;/P&gt;&lt;P&gt;I am developing an object using Dialog programmming. I got a requirement to make some of the lables in RED color. I did not find any option for achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 08:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954409#M1155122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T08:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Making lable 'RED' in Dialog programming screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954410#M1155123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot change the background color , but u can change the color of that text field to blue&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'TEXT'.&lt;/P&gt;&lt;P&gt;     screen-intensified = '1'. &lt;/P&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;or  try this..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'TEXT'.&lt;/P&gt;&lt;P&gt;     screen-color = 'RED'. &lt;/P&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 08:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954410#M1155123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T08:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Making lable 'RED' in Dialog programming screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954411#M1155124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Changing background colour is not possible but you can change the clour of the text using loop statement as already told by one person.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 08:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-lable-red-in-dialog-programming-screen/m-p/4954411#M1155124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T08:33:00Z</dc:date>
    </item>
  </channel>
</rss>

