<?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: textbox in screenpainter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356652#M520770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visible - It displays the Text Box at the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nonvisible - It doesn't displays the Text Box at the output. it hides the text Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;possible - User can enter the values in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notpossible - User can't enter the values in text box. The text box is in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required - It tell that the text box is a Mandatory field. user should enter the Values.&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>Thu, 07 Jun 2007 06:02:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T06:02:13Z</dc:date>
    <item>
      <title>textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356651#M520769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in screenpainter, we have textbox when we open its properties we have options such as (visible,nonvisible,possible and notpossible) what is the difference.&lt;/P&gt;&lt;P&gt;and how it can be used in our forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356651#M520769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T05:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356652#M520770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visible - It displays the Text Box at the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nonvisible - It doesn't displays the Text Box at the output. it hides the text Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;possible - User can enter the values in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notpossible - User can't enter the values in text box. The text box is in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required - It tell that the text box is a Mandatory field. user should enter the Values.&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>Thu, 07 Jun 2007 06:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356652#M520770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356653#M520771</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;visible and non-visible are useful to make the complete text box appear or disappear.&lt;/P&gt;&lt;P&gt;possible and not possible are useful for making fields available for input or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this example below.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = &amp;lt;ur field name&amp;gt;.&lt;/P&gt;&lt;P&gt;screen-invisible = '1'.&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;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356653#M520771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356654#M520772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Visible means it will be visible and u cannot enter the data..But can see the data&lt;/P&gt;&lt;P&gt;Invisible:Not visible to the user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible:visible to the user a well as we can enter the data&lt;/P&gt;&lt;P&gt;Not possbible:not able to enter the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356654#M520772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356655#M520773</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;go through this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/e2/a5eb41c2d16430e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/e2/a5eb41c2d16430e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356655#M520773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356656#M520774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the properties of text box can be changed dnamacilly.for this we should assign a group for the text box in the group field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356656#M520774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356657#M520775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhamodharan babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Screen Painter put the textbox and double click on that u will get the ATTRIBUTES window for that text box , in this window in the  bottom u will get 3 tabs like DICT , PROGRAM, DISPLAY .&lt;/P&gt;&lt;P&gt;click on PROGRAM in this go to INPUT OPTION in this selct the option as notpossible the it will not allow u to edit the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if u want to change it when u press the BUTTON .&lt;/P&gt;&lt;P&gt;for this  BUTTON Write PAI logic as  &lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'BUTTON'.&lt;/P&gt;&lt;P&gt;  SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356657#M520775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: textbox in screenpainter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356658#M520776</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 properties have the following meaning:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         1) Visiable:- It is visiable.i.e you can see the text box on the screen &lt;/P&gt;&lt;P&gt;                           during output/input.&lt;/P&gt;&lt;P&gt;         2) Invisiable:- It is presnt on the screen but it is not viviable to the end user.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;         3) Possible:- It is used to enter / modify values in text box by the end user.&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;         4) Not Possible :- It is not possible to enter any value/data in the text box.&lt;/P&gt;&lt;P&gt;                                   In this it is only for output purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Reward Points if helpful.....  &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 11:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/textbox-in-screenpainter/m-p/2356658#M520776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T11:22:12Z</dc:date>
    </item>
  </channel>
</rss>

