<?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: Issues with IBM Personal Communication in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81791#M33326</link>
    <description>Check here:&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or here:&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/system/files/2018-02/Guide%20to%20Send%20Keys%20and%20Send%20Key%20Events.pdf?_ga=2.116487110.1555799290.1622025385-1394958923.1605012332" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/2018-02/Guide%20to%20Send%20Keys%20and%20Send%20Key%20Events.pdf?_ga=2.116487110.1555799290.1622025385-1394958923.1605012332&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or why not here:&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or perhaps:&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/sendkeys-statement#example" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/sendkeys-statement#example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 26 May 2021 11:51:00 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2021-05-26T11:51:00Z</dc:date>
    <item>
      <title>Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81783#M33318</link>
      <description>Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have two issues I would need some help with. I am automating a process in IBM Personal Communication.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1. I need to send global keys in my automation. When only sending one key stroke it works fine. For example [pf4] for sending F4 or [enter] for enter. I'm only using Global send keys and brackets as I read in the guides. I need to use multiple keystroke combinations, shift+f4, shift+del, shift+f10, but I can't get these to work. Does anyone know the right command for these?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;2. How should I exit the application properly in order for not opening a new session the next time? The only way I have found to exit the application is through terminate or kill action in BP. But this is apparently not the best way because it will open a new session next time which the object can't attach to. Since I can't spy the toolbar I can't navigate to the exit button there either. Any ideas on how to exit and log out in some other way?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Josefine Thorén &lt;BR /&gt;Solution Consultant&lt;BR /&gt;Digital Workforce&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 13:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81783#M33318</guid>
      <dc:creator>JosefineThorén</dc:creator>
      <dc:date>2020-01-03T13:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81784#M33319</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1. For Global Send Keys use following key combination:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;shift+f4:&amp;nbsp; "+{F4}"&lt;/LI&gt;
&lt;LI&gt;shift+del: "+{DEL}" or "+{DELETE}"&lt;/LI&gt;
&lt;/UL&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; Shift: +&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Ctrl: ^&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Alt: %&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;2.The best practice would be to log off and close de the application. Some applications&amp;nbsp; do not support being terminated by kill process.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Diego Bruno Saraiva&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Diego Bruno Saraiva Alves&lt;BR /&gt;Engineer&lt;BR /&gt;Dirwa&lt;BR /&gt;America/Fortaleza&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81784#M33319</guid>
      <dc:creator>diegobruno</dc:creator>
      <dc:date>2020-01-03T20:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81785#M33320</link>
      <description>Those commands does not work on IBM since is a mainframe application. Like I mentioned for the single keystrokes I have figured out (to use [] instead of {} and pf4 instead of F4), but I can't get it to work for multiple keystrokes. Any other suggestions?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Josefine ThorÃ©n&lt;BR /&gt;Solution Consultant&lt;BR /&gt;Digital Workforce&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2020 11:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81785#M33320</guid>
      <dc:creator>JosefineThorén</dc:creator>
      <dc:date>2020-01-07T11:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81786#M33321</link>
      <description>Hi, Josefine,&lt;BR /&gt;&lt;BR /&gt;do you use Blue Prism mainframe object? There are pre-prepared actions for everything - sending key strokes, writing into fields. Concerning termination - you should not terminate the client unless you are finished with the processing. Attaching usually works as long as you specify correct Session.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Zdenek&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 08:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81786#M33321</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-01-08T08:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81787#M33322</link>
      <description>I managed to solve the global send keys issues by sending [pf16] for SHIFT F4,[pf20] for SHIFT F10 etc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regarding the logging in issue. By making sure to log off before terminating the application it always opens the same session.&lt;BR /&gt;&lt;BR /&gt;I am now facing another problem with the logging in procedure. Sometimes a sign in popup appears when starting the application. When trying to spy the elements I can't use the grid to read the fields. The grid is super tiny and does not recognise the text when trying to find it. See the attachment. Have anyone seen this before and have a solution?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Josefine ThorÃ©n&lt;BR /&gt;Solution Consultant&lt;BR /&gt;Digital Workforce&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 10:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81787#M33322</guid>
      <dc:creator>JosefineThorén</dc:creator>
      <dc:date>2020-01-08T10:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81788#M33323</link>
      <description>Did you try to spy it as Win32 window? I definitely came across this in the past and it was not difficult to handle it.&lt;BR /&gt;&lt;BR /&gt;Zdenek&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 10:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81788#M33323</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-01-08T10:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81789#M33324</link>
      <description>I created a separate object and spyed it with win32 and it worked fine. Thank you!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Josefine ThorÃ©n&lt;BR /&gt;Solution Consultant&lt;BR /&gt;Digital Workforce&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 11:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81789#M33324</guid>
      <dc:creator>JosefineThorén</dc:creator>
      <dc:date>2020-01-08T11:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81790#M33325</link>
      <description>Hi Josefine,&lt;BR /&gt;&lt;BR /&gt;Do you know how we can use&amp;nbsp; "Page down" send key for IBM iAccess?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Goutham reddy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2021 16:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81790#M33325</guid>
      <dc:creator>Gouthamreddy</dc:creator>
      <dc:date>2021-05-25T16:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with IBM Personal Communication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81791#M33326</link>
      <description>Check here:&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or here:&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/system/files/2018-02/Guide%20to%20Send%20Keys%20and%20Send%20Key%20Events.pdf?_ga=2.116487110.1555799290.1622025385-1394958923.1605012332" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/2018-02/Guide%20to%20Send%20Keys%20and%20Send%20Key%20Events.pdf?_ga=2.116487110.1555799290.1622025385-1394958923.1605012332&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or why not here:&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=944&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or perhaps:&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/sendkeys-statement#example" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/sendkeys-statement#example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2021 11:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-IBM-Personal-Communication/m-p/81791#M33326</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2021-05-26T11:51:00Z</dc:date>
    </item>
  </channel>
</rss>

