Question
1
Replies
427
Views
Posted: February 26, 2018
Last activity: February 26, 2018
File System Dialog
Is there a file system dialog available with Pega Robotics OpenSpan. Have a need for users to be able to browse the file system for a file. Then OpenSpan would rename and save to a network share. Thanks.
The OpenFileDialog you are showing is the correct way to do what you want. It is available on the Toolbox under All Windows Forms. You can display it from a button click on one of your forms using the ShowDialog method. The link from the button to the dialog must be synchronous.