ViewPath - property of the PmViewCreator object
Description:
Path (relative or absolute) to the object or component whose viewer will be opened.
See the
sViewPath parameter of the
Pm.CreateView method.
Note:
Property access for
read only.
The value can be either the
path to the Pma object, see:
or
path to the global viewer:
- "
/#glob/form" = Opening the viewer
of the PmForm object
- "
/#glob/list" = Opening the viewer
for option selection
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sPath = oCreator.ViewPath;
Dim sPath
sPath = oCreator.ViewPath