<?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: Tabstrip control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368323#M808367</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;did u create it using wizard and scrolling in GUI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so do this.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u check the check box PAI of 2nd subscreen ll be trigered............u know dat......there if u r checking ur checkbox......... say like dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;checkbox fld name&amp;gt; = 'X'&lt;/P&gt;&lt;P&gt;g_tabstrip_freq-pressed_tab = 'func code for secon subscreen'.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur not checking it add these lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;checkbox fld name&amp;gt; = 'X'&lt;/P&gt;&lt;P&gt;g_tabstrip_freq-pressed_tab = 'func code for secon subscreen'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 03:32:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T03:32:42Z</dc:date>
    <item>
      <title>Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368322#M808366</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 have a tabstrip with 3 subscreen.&lt;/P&gt;&lt;P&gt;Whenever i made a check on the checkbox on the 2nd screen, it will auto bring me back to my main screen. &lt;/P&gt;&lt;P&gt;I dont want this to happen. How to overcome it? I want the screen to stay at 2nd screen instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thk. Urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 01:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368322#M808366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T01:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368323#M808367</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;did u create it using wizard and scrolling in GUI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so do this.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u check the check box PAI of 2nd subscreen ll be trigered............u know dat......there if u r checking ur checkbox......... say like dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;checkbox fld name&amp;gt; = 'X'&lt;/P&gt;&lt;P&gt;g_tabstrip_freq-pressed_tab = 'func code for secon subscreen'.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur not checking it add these lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;checkbox fld name&amp;gt; = 'X'&lt;/P&gt;&lt;P&gt;g_tabstrip_freq-pressed_tab = 'func code for secon subscreen'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 03:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368323#M808367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T03:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368324#M808368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thk for yr answer. I was searching for the answer whole day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i  using wizard and scrolling in GUI to create the tabstrip.&lt;/P&gt;&lt;P&gt;I tested using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_tabstrip_freq-pressed_tab = 'func code for secon subscreen'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i first check the checkbox it bring me to the main screen. When i check the second time. it remain at the second tab. Why the first time, it give me the main screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i add that code in my second screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 03:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368324#M808368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T03:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368325#M808369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u add this piece of code &lt;STRONG&gt;g_tabstrip_freq-pressed_tab = 'func code for secon subscreen'.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 04:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368325#M808369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T04:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368326#M808370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. i added in my screen 2 where the checkbox resides.&lt;/P&gt;&lt;P&gt;Is funny. when i check the first time , it went back to main. But when i check the second time is okay. it stay at my screen 2. Why i check the first time, it go to the main?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 04:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368326#M808370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T04:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368327#M808371</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;I can't say why its happening without seeing ur code.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter /h (debugging) and den check the checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in debugging mode see the value of&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;g_tabstrip_freq-pressed_tab&lt;/STRONG&gt; and if it has the func code of first screen find how its getting it and try to correct it...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 04:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control/m-p/3368327#M808371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T04:21:13Z</dc:date>
    </item>
  </channel>
</rss>

