code stage

  1. J

    Inserting Pie Chart in Excel and getting error HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH)

    Hi everybody, I'm trying to insert a pie chart into excel worksheet. For this sake I recorded a macro and used its code in Code Stage in the Excel VBO. Here's what my code looks like after the modifications for use in BP: Dim wb as Object = GetWorkbook(handle, workbookname) Dim ws as Object =...
  2. K

    Get ProcessId from code stage

    Hi, i need a get of process id of a process named "WerFault.exe". The code stage have like input parameter the name of process (string) and the output, the number id (Integer). Help me please!
  3. V

    c# code stage to sum all rows in one of column in a collection

    need c# (linq) code stage, to sum all rows in one of column in a collection, i want to use linq as i have huge number of records here i had "amount" as a column the output should in a text or number i.e 1234+4321+0099+9900 = 15554
  4. M

    How to kill task manager process BluePrism

    When I try to kill the process from task manager it gives error at initializing stage can any one help me please I am new to Blue prism thanks error : Page: Initialise Stage: Stage1 Type: Error Action: Validate Description: Compiler error at top section line 30: Type or namespace definition...
  5. D

    OTAClient.dll unable to load

    Hi, I am getting a below error while opening a BO. Description: Compiler warning at top section line 10: Namespace or type specified in the Imports 'tdclient' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public...
  6. C

    BP Action in Code Stage

    Is it possible to have Blue Prism native action for example 'Get Item Data' inside a code stage? How the code should look like? Or is there an possibility to get queue data by code stage? Thank you for your help
  7. S

    Code Stage To update Collection value

    Hi, Im trying to use a code stage to loop through a collection i have that contains one column. With each iteration the value in each row in will be updated. So far i have an input collection in my code stage(input_collection) . This collection contains one column with 1000's of rows. These...
  8. S

    Chr(34) giving error in code stage

    Hi guys, I am using Code stage (Visual Basic) to work with some XML file content and i need to concatenate strings and also use double quotes in the output. For this i am using Chr(34). But the code stage is not able to identify the "Chr" Error: Description: Compiler error at line 2: 'Chr' is...
  9. F

    [Blueprism] Code stage to paste data as values in excel

    Hi, I have to copy some values from an excel sheet and paste them in another excel sheet of a different workbook. The original action "Copy and Paste Worksheet Range" in the MS Excel VBO object does not allow me to paste values only. I have duplicated the code stage for the action "Copy and...
  10. K

    OpenOutlook Using Code Stage

    Hi Team, I am trying to Open the Outlook by running the ExcelMacro, but i would like to Open the Outlook Directly using the Code Stage. I have tried to Give the same code which i have provided in the Excel Macro into the Code Stage but it's not working for me could you guys please help me with...
  11. C

    How to use nuget packages in c# code stage

    Hi there smart RPA people. I just wanted to know if you can use external nuget packages in the code stage in c#. What I am trying to achieve is to use Selenium with Internet Explorer. I downloaded the package and extracted dlls for .net framework 4.0 (one i have installed)...
  12. mtabv

    Solved Delete Space from Code

    Hi erveryone, I´m trying to read out a text of an element and always have to remove a space before re-using it. I´m using a code stage, looking like this: trim(XX) ; Basic coding but as you might think (or directly see), its not working :D Do you have ideas? Thanks in advance :) mtabv
  13. M

    Copy text within bounding coordinates in PDF

    Hi, I want to extract texts within coordinates in a PDF, which would correspond to certain field headers and values. I found a site that has the C# code which I would like to use in a code stage. http://www.rasteredge.com/how-to/csharp-imaging/pdf-text-extract/ Since I'm new to programming, I...
Top