Search results

  1. F

    Issue in closing SAP Application

    Hi All, I have a process that works about 24 hours a day. This bot extract a lot of files from SAP, manipulate them and save it in to a specific folder. If bot is not able to extract the file from SAP, close and reopen again SAP application and trying to export file again. If the bot is not...
  2. F

    Save a PDF file already open

    Hi All, Here below you can find my issue :) During my process I need to save a PDF file extracted from SAP. This file must be manage in display mode and that means that i cannot save it directly from SAP but I need to open it and than save the file. I don't know how to manage it. Once the...
  3. F

    Solved [MS Word VBO] Insert Image to Word page

    Hello, I need to insert an image to a word file. First I have wrote the macro in VBA to insert image to a specific page in a word file Sub InsertImage() Dim PicPath As String Dim aShape As Shape PicPath = "C:\Users\f04959c\Desktop\Capture.PNG"...
  4. F

    Sap spy mode issue: No action associated to element

    HI All, I'm working with SAP system and I'm having some issue related to click on the checkbox. Blue Prism is able to detect the checkbox and highlight it, but no action is associate to it. Also, there is not other way to spy the elment.
  5. F

    Solved Add space to string VBScript

    Hello, I have tried to add space to a particula string in VBScript, but somethings doesn't works. I have write the code in VBScript that work Dim iText, oText iText = "GoofyMickeyMousePlutoDonaldDuck" MsgBox iText oText = Add_Spaces(iText) MsgBox oText Function Add_Spaces(sText) Dim...
  6. F

    Solved How to convert from type 'DataRow' to type 'String'

    Hello, I need to convert from 'System.Data.DataRow' to 'String'. Reading datas from a collection, I need to use them to create a Pivot table with more elements in row item, I wrote the code used to create it but it doesn't work. Blueprism return me the error: Here below the code Dim rng...
  7. F

    Solved How to Split String Using Regex Expressions

    Hello, I need to split a string using uppercase character So, for example: String: "GiornoFest.Err.EntrataUscitaEntrataUscitaAltreCausaleDalleAlleDurata Collection: "Giorno Fest. Err. Entrata Uscita Entrata Uscita Altre Causale Dalle Alle Durata Thanks Ale
  8. F

    Click a button using C# Code.

    HI All, I'm new on Blue Prism and I'm encountering some issue to click a button on OBIEE Dashboard. I have tried both solution Select by Region and Global Send Keys but doesn't work. When I use one of this solutions seems like that the button works with the previus paramiters and not with the...
Top