TestIT:Programming Guide

From Nolek Wiki
Revision as of 15:20, 11 September 2019 by NolekAdmin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

5.3.16 Guide

StartInternal

Description:
It will run an internal guide, which means in the production a window will open in front of the production view.

Code example:

Guide.StartInternal(_B01,InternalGuide)
Parameters
Parameter Type Description
Result Bool symbol Set to true when guide is done
GuideName String or String symbol Name of guide, any guide can be selected

StartExternal

Description:
It will run an external guide to the selected product, which means in the production a new window will be opened.

Code example:

Guide.StartExternal()

No parameters


Back to Programming - Commands