KB-29791: Using parameters passed to the Viewer during opening command.

Question:

How can I use the parameters passed to the Viewer via command line?

Solution:

The parameters declared on the command line are available on Viewer’s Params property (Application).

Examples:

Command line executed by Windows Start\Run menu:

“C:\Program Files (x86)\Elipse Software\ELIPSE E3\Bin|Viewer.exe” \\localhost -PARAMS p1=100

Script being executed in an Elipse E3′s button showing the value passed to p1 variable in the opening command:

MsgBox Application.Params (“p1”)

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *