Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Excel - Saving a shared document

A central control spreadsheet that needs to be used by multiple users is saved as part of each run of my process. Operations will need to view this spreadsheet to see what stage each member is at, however when I change the spreadsheet to shared it s...

Error when I combine multiple objects in one process

Hello everybody, I need your help to resolve an issue which happen in my project : My project is composed of multiple objects that must be run multiple times by iteration: 1 to manipulate PDF file, 1 to manipulate excel file 1 to send mail 2 o...

Anonymous by Not applicable
  • 485 Views
  • 1 replies
  • 0 likes

Send CTRL+ALT+END over RDP

Does anyone know a way of acheiving this? So far i have the following code: [DllImport("user32.dll", SetLastError = true)] static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int dwExtraInfo); public const int VK_MENU = 0x12; public ...

Active Accessibility - capture unique elements

Hi, I am using a combination od Win/html/AA for a browser-based application. I have a hard time getting the elements captures with AA to be solid enough though; either they don't work at all (no windows matched the query terms), or they are extrem...

Best practice - Surface Automation & drop-down list

Hi, I am using surface automation in an application where I need to work with a drop-down list. I wonder if anyone has some input on best practice for developing this type of solution? Currently, I have built it with dynamic regions and increminti...

send key's

I am trying to use sent keys to scroll down and up a part of explorer page. Behind is mostly Java Script and SAP scripts, only few HTML tags. Unfortunately it doesn't react to "{PGDN}" , "{PGUP}" or it gives me following error message: Internal : Fa...

Anonymous by Not applicable
  • 511 Views
  • 0 replies
  • 0 likes

Unable to perform action "Add table Row" in MS word VBO

I am able to perform the below actions: 1) Create Instance 2) Show the Doc 3) Open the Doc But while trying to add a row in a word doc,facing the below error "Internal : Could not execute code stage because exception thrown by code stage: The request...

Anonymous by Not applicable
  • 570 Views
  • 1 replies
  • 0 likes

Detecting whether an Excel Macro has completed

Good Afternoon, As part of a development request I am working on, I am designing a process that will run any Macro within any Excel Spreadsheet, based on input parameters. The trouble I am having is determining whether or not the Macro has complete...