Right click on context menu on object in 800xA able to open wordpad insted operator note
On one object i want to open wordpad to paste, for example. a screenshot to save it with its unique object names on the specific location.
Answers
You may add a Windows Application Aspect to the desired object or object type and give it a proper name. As Windows Application you specify wordpad.exe.
Now the aspect should be in the context menu. Maybe you have to adjust the filter for the context menu if you have set one.
There are no "out-of-the-box" solutions for this. The Windows Application can be used to launch any application using any argument - but the application and argument will have to be statically defined on the aspect. There is also the File Viewer aspect, but I assume it will not work as you wish in this context.
Have you taken a look at the "Operator diary" (Operatörsdagbok) system extension available from Sogeti in Luleå, Sweden?
by admin Rank: 29 on 9/29/2013 11:15:11 PM | Like (0) | Report
vote for best answer and help in closing the question. ignore this if you do not have best answer.
-Admin
by curt.hansson@se.abb. Rank: 1995 on 10/7/2013 6:14:22 AM | Like (0) | Report
I got a tip about using Script aspect, it seem work. You may write VBScript to start word, and you can control where you want to save the file, check that the admission to inherit, then get all the items their unique file.
Add new comment