Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simphony call External Program

Status
Not open for further replies.

Mohammad Fawzi

Programmer
Jan 1, 2017
5
JO
Dears,

Can any body help in How to call external program from Simphony ops .
and if there is any idea how we can change the language for the keyboard display in Simphony OPS reference messages (Like open items)

Thanks,
 
Hey Mohammad,
I am not sure if there is core functionality to be able to do that.

If you can use ISL, you can use the "System" command (I havent tested thi but i've done it in the past on 9700).

You can certainly do it using an extensibility dll using standard dotnet functions from an extensibility method.

Thanks
 
Simphony also supports certain .NET functionality in a SIM script.

You could do this in a SIM script

Code:
Event Inq : 1

   System.Diagnostics.Process.Start("c:\windows\system32\notepad.exe");

EndEvent

Do you want some custom SIM scripts developed. Contact me via my website
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top