[en] By default, each shared web application opens in a new dedicated window after clicking Launch Printing Solution on the Web Printing login page. You can adjust the way how printing solutions adjust to your specific working requirements. There are three solution opening modes available:
-
[en] Opening mode 0: default mode. This mode opens the printing solution as a separate instance of Web Printing Web Client. Each solution opens in a new dedicated window.
[en] If you haven't done any mode changing so far or if the
openMode
parameter in URL is not present, this mode is active. To re-activate the Opening mode 0, insertopenMode=0
oropenMode=newInstance
into the web printing site address.例 2. 示例
LMS:
[en] nicelabelwebclient2019:?server=http://<servername>/PowerFormsWeb&openMode=0&authToken=<token content>
NiceLabel Cloud:
[en] nicelabelwebclient2019:?server=http://<servername.onnicelabel.com>/print&openMode=0&authToken=<token content>
-
[en] Opening mode 1: solution reload mode. The previously opened printing solution reloads in the same window.
[en] To activate this mode, insert
openMode=1
oropenMode=existingInstance
into the web printing site address.
提示
[en] Use the Opening mode 1 if you want to avoid re-opening the solution in a new window.
-
[en] Opening mode 2: variable reload mode. Only variable values are reloaded. The solution remains unchanged – as presented in the currently opened window.
[en] To activate this mode, insert
openMode=2
oropenMode=reloadVariables
into the web printing site address.
提示
[en] Opening mode 2 resets the variable values on an opened printing solution. Use it to get the latest values if changes are expected over time.