<?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 Hi Denis, in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51829#M6813</link>
    <description>Hi Denis,
Can I ask why it is (currently) not possible?
I am facing the same issue. It is hard to explain to a client that we are not able to read a .NET DataGrid..
I have been in contact with BP support a little while ago and to me it seems that the application we are using has implemented the IListSource interface as DataSource for the DataGrid and that this is not supported by the read stage for DataGrids? Just some gut feeling here, but I would be interested in knowing why this is not possible.. I would feel more confident to go back to the client knowing the whole problem instead of just explaining them ""It's not possible, because that's what they told me.."".
I do appreciate the efforts you put in this matter, as the surface automation solution feels like building a house of cards for something that processes 10.000 transactions every couple hours based on this table.
thanks a lot!
Kind regards,</description>
    <pubDate>Mon, 06 Nov 2017 20:18:00 GMT</pubDate>
    <dc:creator>JarrickVan_Camp</dc:creator>
    <dc:date>2017-11-06T20:18:00Z</dc:date>
    <item>
      <title>How to spy a datagrid in visual basic 6.0</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51827#M6811</link>
      <description>I have the following problem with Blue Prism application modeller,
Knows some way to read a DataGrid (VB6) to capture the information and manage it in Blue Prism.

This is an example of datagrid that i need to read:

Please help</description>
      <pubDate>Wed, 18 Jan 2017 23:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51827#M6811</guid>
      <dc:creator>MarceloVasquez</dc:creator>
      <dc:date>2017-01-18T23:44:00Z</dc:date>
    </item>
    <item>
      <title>For some old VB6 elements</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51828#M6812</link>
      <description>For some old VB6 elements application hooking (the invasive techiques checkbox in application modeller).
If you search for Application Hooking in the product menu help you will get some details on this feature, but my recommendations would be to contact your mentor (either internally or at Blue Prism) for more details on this option before you attempt to use it.
If hooking does not allow you to read from the grid than your only option would be to use surface automation (there are exercises in the SA training specifically about reading from tables).</description>
      <pubDate>Thu, 19 Jan 2017 15:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51828#M6812</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-01-19T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Hi Denis,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51829#M6813</link>
      <description>Hi Denis,
Can I ask why it is (currently) not possible?
I am facing the same issue. It is hard to explain to a client that we are not able to read a .NET DataGrid..
I have been in contact with BP support a little while ago and to me it seems that the application we are using has implemented the IListSource interface as DataSource for the DataGrid and that this is not supported by the read stage for DataGrids? Just some gut feeling here, but I would be interested in knowing why this is not possible.. I would feel more confident to go back to the client knowing the whole problem instead of just explaining them ""It's not possible, because that's what they told me.."".
I do appreciate the efforts you put in this matter, as the surface automation solution feels like building a house of cards for something that processes 10.000 transactions every couple hours based on this table.
thanks a lot!
Kind regards,</description>
      <pubDate>Mon, 06 Nov 2017 20:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51829#M6813</guid>
      <dc:creator>JarrickVan_Camp</dc:creator>
      <dc:date>2017-11-06T20:18:00Z</dc:date>
    </item>
    <item>
      <title>Hi Jarrick,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51830#M6814</link>
      <description>Hi Jarrick,

I can't answer for our product team, but in my experience not being able to interface with a grid is rare and the product is always being improved (there is a new MS UIA interface shortly coming to v6 that will improve matters).</description>
      <pubDate>Mon, 06 Nov 2017 21:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51830#M6814</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-11-06T21:35:00Z</dc:date>
    </item>
    <item>
      <title>I was also facing same issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51831#M6815</link>
      <description>I was also facing same issue for spying data grid. I have done research but didn't get any solution but any how I was able to read grid data.
I have copied all data by clicking top left corner of grid (By clicking it selected all data within grid) and then send global hot keys (ctrl + c) to copy all data and then pasted into a excel using excel vbo object and read excel data into collection.
You can use given link to paste clip board data into excel &lt;A href="https://portal.blueprism.com/help-needed-pasting-image-clipboard-excel" target="test_blank"&gt;https://portal.blueprism.com/help-needed-pasting-image-clipboard-excel&lt;/A&gt;</description>
      <pubDate>Tue, 07 Nov 2017 16:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-spy-a-datagrid-in-visual-basic-6-0/m-p/51831#M6815</guid>
      <dc:creator>Hitesh__Mhatre</dc:creator>
      <dc:date>2017-11-07T16:58:00Z</dc:date>
    </item>
  </channel>
</rss>

