Recent content by JaviDVP

  1. J

    need help with launching citrix app

    Hi, Can you model the application icon? If so, you can try to pick up the relative position within your browser window and the relative position of the desired application icon, that way, with the exact coordinates you can click on it with a "Global mouse click" and with your window active, you...
  2. J

    Extract part of text

    Hi, Another form as you can do it, is use a object with regex. You just need configure the "initialise" as you can see in the image 1 Imports this Namespaces. create a new Page with a code block, like this Inputs: iText = the text where you search your substring iRegex = the...
  3. J

    Text to Date

    If you save it as text, you can try to make a calculation stage with that text and format the data type to date.
  4. J

    Text to Date

    the date that you pick with what format it arrives?
  5. J

    ERROR: Internal : The collection has no current row Blue Prism

    Hi, There is an object that counts the rows of a collection (Collection - Counts Rows), if you want to check that that collection is different from empty as you put in the post, use that object and verify that the collection comes empty with a decision and you can act in both ways. Once you...
  6. J

    Extract Data from PDF using itextSharp library

    you can check if in C: \ Windows \ assembly Does iTextSharp appear?
  7. J

    iTextsharp in Control Room Error

    Hi, I have a problem with itextsharp when I read the pdf from the same process it works correctly but when I want to run it from the "Control Room" it gives me the following problem: Could not execute code stage due to exception thrown by code stage: Unable to load the file or assembly...
  8. J

    Solved Configure OCR

    Hi, I would like to know how to configure OCR to read a text from a PDF file.
  9. J

    Calendar Object Guide

    I would like to know if there is any training or information on the calendar object, I need to work with that object but apart from the documentation, is there something else?
  10. J

    Time Write Collections, ( Excel VBO )

    But, how do you do this ? Can you explain me more please
  11. J

    Time Write Collections, ( Excel VBO )

    Hello VJR, I have managed to solve it, I really use something similar to what you have written, I tell you: I keep everything in several collections as you say and with those collections I create CSV'S. When I have all the CSVs I import them to excel, it takes about 10 min now Thanks for the...
  12. J

    Time Write Collections, ( Excel VBO )

    Hi All, I have the next problem. I have a collection with more than 15K rows and I need to write it in excel, but the problem is that it takes a lot of about 40 minutes with the Write Collection (Excel VBO) object, can the execution time be shortened?
  13. J

    Solved Can´t Open Excel With Excel VBO

    Sorry , it´s too late, but with uninstall DB and reinstall the Object Excel too, now it´s Working Thanks all for support :)
  14. J

    Solved Can´t Open Excel With Excel VBO

    Sure It's just an example, but it does not let me open the excel.
  15. J

    Solved Can´t Open Excel With Excel VBO

    I'm trying to open excel but I get this error The path is ok.
Top