<?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: Guixt Components - required error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445126#M827399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gui user. I think what you need is inputassistant licence.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 23:18:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T23:18:30Z</dc:date>
    <item>
      <title>Guixt Components - required error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445124#M827397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear sirs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have a problem settings scripts with guixt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if i use "set" command, it will return a "inputassistant component required" error&lt;/P&gt;&lt;P&gt; if i use a "viewer" control, gives me "viewer component not active"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i cannot find option to enable them in profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; im using sapgui 7.1&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, 22 Feb 2008 04:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445124#M827397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T04:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Guixt Components - required error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445125#M827398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please anybody know why inputassistant components is inactive? when i disable it in profile and enable it again it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 04:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445125#M827398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T04:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Guixt Components - required error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445126#M827399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gui user. I think what you need is inputassistant licence.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 23:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445126#M827399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T23:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Guixt Components - required error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445127#M827400</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'm getting the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jared, why do u say that is needed an InputAssistant Licence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, if I go to GuiXT profile and then press the 'OK' button, the sritpt works fine. I don´t purchased any license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Synactive site, under pricing, it only mentions two things to InputAssistant:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Comfortable and fast data entry &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Single-screen transactions instead of multiple-screen transactions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using any of those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the script error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    Set V[itm] "&amp;amp;cell[Todos os itens,Itm,&amp;amp;V&amp;lt;i&amp;gt;]"
Line 21: Component InputAssistant required for 'Set'
    if not V[itm]
      goto prev_order_end
    endif&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is "Line 21:" -&amp;gt; error shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/guixt-components-required-error/m-p/3445127#M827400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T17:12:04Z</dc:date>
    </item>
  </channel>
</rss>

