Export Parameter List |
DEVELOPER |
Name |
Length |
Usage |
Type |
$QueueName |
12 |
Queue name. Primary key of @VBQU1. |
Input |
$ExportPath |
220 |
Full path where export file is to be created (not including the file name, but ending in the correct separator). |
Input |
$ExportFileName |
30 |
Export file name to be created (including the ‘.vpx’ extension) . |
Input |
$RunTimeOnly |
1 |
Set to ‘Y’ to export run-time specs only. Leave blank for source. |
Input |
$Notes |
250 |
Free text (seen when importing). |
Input |
$SoftwareRelease |
30 |
Free text (seen when importing). |
Input |
$AppendToExportFile |
1 |
Set to ‘Y’ to append to existing export file. Leave blank to re-create the file if it exists. |
Input |
$TakeFileDefsAndDictionary |
1 |
Set to ‘Y’ to take File Definitions referenced in functions. |
Input |
$TakeValueVariables |
1 |
Set to ‘Y’ to take user-defined Value Variables referenced in functions. |
Input |
$TakeGraphicsList |
1 |
Set to ‘Y’ to take a list of Graphics referenced in functions. |
Input |
$TakeActiveX |
1 |
Set to ‘Y’ to take PROIV ActiveX definitions referenced in functions. |
Input |
$TakeGlobalLogics |
1 |
Set to ‘Y’ to take Global Logics referenced in functions. |
Input |
$ProjectName |
32 |
Set to the PROIV Developer project name that you wish to use for this process. |
Input |
$EndOfProcessStatus |
250 |
This returns an error message if there is an error that aborts the whole process (e.g. missing project name). A ‘Y’ is returned if the process completes correctly. This does not necessarily mean that all objects have exported correctly. See the Export Errors topic. |
Output |
$ImportExportType |
4 |
Stores the value of vpx, par or JSON. However, if this is not set, default value is vpx. |
Input |
Topic ID: 500133