Popup Notification
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-19 07:15 PM
Hi,
After completing the process execution successfully is there any way to get popup notification stating that process has been completed.
Thanks,
Bala.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-19 10:54 PM
You could have BP run a batch file that executes a VB script.
https://stackoverflow.com/questions/774175/show-a-popup-message-box-fro…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-01-19 02:47 PM
amibarrett's VB script is a good idea!
Another slightly different solution that we have utilised in the path is to send out emails at the end of processing. That way you could alert not only anyone observing the machine, but people at other machines too so the process does not have to be monitored so closely.
