Search results

  1. C

    Solved Writing to a Strange Textbox

    Hi VJR, Thanks for your detailed response. The main issue I was experiencing was that the entire application was ignoring Global Send Keys. So even trying to select the previous box and sending {TAB} nothing would happen. However manually pressing tab etc without BP works as expected...
  2. C

    Solved Writing to a Strange Textbox

    Hi Forum, I need some help if someone has experienced something like this before. On an internal website, the form has a pretty standard textbox, which was spied normally by BP: i Fairly straightforward stuff. My problem come in when I try to write a value to this textbox in Object Studio...
  3. C

    Solved Unable to match any windows from Process Studio, while working correctly in Object Studio

    Hi @amanbareilly , Thank you for the explanation of how things runs and different speeds, I did not know this, and can now understand why placing these wait stages are important even if it feels like unnecessarily complicating the process. I've implemented the wait stages as suggested and it...
  4. C

    Solved Unable to match any windows from Process Studio, while working correctly in Object Studio

    Hi guys, I'm facing a strange problem. Currently created a process in Object Studio for IE Save Dialogue pop-up using Application Modeller. Website attempts to download a document, the yellow dialogue pops up. Got BP to select the arrow next to "Save", in the menu that pops up, done some Region...
  5. C

    Solved Attach to changing Excel document

    Hi @RDawson9 , Thanks for your reply, and I suppose I agree there more benefits to your method which is what I will be looking at implementing. I guess I got stuck on the fact that the actual name of the excel document changes each time as well, not realising I can save it with whatever name I...
  6. C

    Solved Attach to changing Excel document

    So I've realised where the initial problem is coming from, and have tried numerous ways of attach, activate and shows without any success. While I was testing the above just to get the functions working, I opened the excel file from Desktop, then run BP and it attaches 100% and everything works...
  7. C

    Solved Attach to changing Excel document

    Aha, some success is to be had after playing with it a bit, and realising you don't have to specify the Workbook name. Out of curiousity. Is it possible for you to explain the scenario where multiple instances are running? Or in this case do you just cycle through the handles? Is there a...
  8. C

    Solved Attach to changing Excel document

    My file looks like this, and its also the only excel workbook currently open. (values blacked out)
  9. C

    Solved Attach to changing Excel document

    You are right, it only requires handle it runs without any input, but after running still leaves collection as empty.
  10. C

    Solved Attach to changing Excel document

    I did yes. However on any Get* VBO function it requires Workbook/Worksheet name, which changes each time the file is opened.
  11. C

    Solved Attach to changing Excel document

    Hi, I am currently experiencing an issue, where my application is generating an excel document which is not always standard (for eg WorkFile_20180118.xlsx). So a part of the name of the file being opened on screen changes. I'm trying to get Blue Prism to attach to this temporary open document...
Top