<?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 Handling Special Characters and  Global Send Keys in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Handling-Special-Characters-and-Global-Send-Keys/m-p/64434#M17215</link>
    <description>&lt;P&gt;We have a process that enters A bank account Name into an SAP System.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;At times these Names may contain Parentheses as Customers are creating these names.&amp;nbsp; ex&amp;nbsp; "Bob's (Vacation) Checking"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When we enter the data as we find it via "Global Send Keys" Action in a Navigation block. We re get the following error&amp;nbsp; "Group delimiters are not balanced"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To try and account for this we added a calculation action before to adjust the contents of the Text variable to replace any occurrence of the (&amp;nbsp; or ) with&amp;nbsp; {(} and {)}&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace(Replace([Bank Account Name],"(","{(}"),")","{)}")&amp;nbsp; &amp;nbsp;and store it in the Text variable [Bank Account Name]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Once we do this action we get&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Special characters (~{}+^%) are not supported in SendKeys if an interval value is provided. Separate calls can be used to send control characters."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN color="#222222" face="Arial, Helvetica, sans-serif, Helvetica Neue, Helvetica, Arial, sans-serif" style="color: #222222; font-family: Arial, Helvetica, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;The SAP System will accept the Parentheses in the field if entered manually.&amp;nbsp; This is only an issue in Blue Prism and the Global Send Keys.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jessie Brooks&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Apr 2020 13:09:00 GMT</pubDate>
    <dc:creator>jessie.brooks</dc:creator>
    <dc:date>2020-04-07T13:09:00Z</dc:date>
    <item>
      <title>Handling Special Characters and  Global Send Keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-Special-Characters-and-Global-Send-Keys/m-p/64434#M17215</link>
      <description>&lt;P&gt;We have a process that enters A bank account Name into an SAP System.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;At times these Names may contain Parentheses as Customers are creating these names.&amp;nbsp; ex&amp;nbsp; "Bob's (Vacation) Checking"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When we enter the data as we find it via "Global Send Keys" Action in a Navigation block. We re get the following error&amp;nbsp; "Group delimiters are not balanced"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To try and account for this we added a calculation action before to adjust the contents of the Text variable to replace any occurrence of the (&amp;nbsp; or ) with&amp;nbsp; {(} and {)}&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace(Replace([Bank Account Name],"(","{(}"),")","{)}")&amp;nbsp; &amp;nbsp;and store it in the Text variable [Bank Account Name]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Once we do this action we get&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Special characters (~{}+^%) are not supported in SendKeys if an interval value is provided. Separate calls can be used to send control characters."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN color="#222222" face="Arial, Helvetica, sans-serif, Helvetica Neue, Helvetica, Arial, sans-serif" style="color: #222222; font-family: Arial, Helvetica, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;The SAP System will accept the Parentheses in the field if entered manually.&amp;nbsp; This is only an issue in Blue Prism and the Global Send Keys.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jessie Brooks&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2020 13:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-Special-Characters-and-Global-Send-Keys/m-p/64434#M17215</guid>
      <dc:creator>jessie.brooks</dc:creator>
      <dc:date>2020-04-07T13:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling Special Characters and  Global Send Keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-Special-Characters-and-Global-Send-Keys/m-p/64435#M17216</link>
      <description>Maybe see if "&lt;SPAN&gt;(()Vacation())" is any better Jessie?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?redirectedfrom=MSDN&amp;amp;view=netframework-4.8" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?redirectedfrom=MSDN&amp;amp;view=netframework-4.8&lt;/A&gt;&lt;BR /&gt;&lt;EM&gt;The plus sign (+), caret (^), percent sign (%), tilde (~), and parentheses () have special meanings to&amp;nbsp;&lt;A class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?view=netframework-4.8" data-linktype="relative-path" target="_blank" rel="noopener"&gt;SendKeys&lt;/A&gt;. To specify one of these characters, enclose it within braces ({}). For example, to specify the plus sign, use "{+}". To specify brace characters, use "{{}" and "{}}". Brackets ([ ]) have no special meaning to&amp;nbsp;&lt;A class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?view=netframework-4.8" data-linktype="relative-path" target="_blank" rel="noopener"&gt;SendKeys&lt;/A&gt;, but you must enclose them in braces.&lt;/EM&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-Special-Characters-and-Global-Send-Keys/m-p/64435#M17216</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-04-07T15:26:00Z</dc:date>
    </item>
  </channel>
</rss>

