Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

ProjectUpdatePages

  • Last UpdatedJul 13, 2023
  • 1 minute read

Updates the pages for the current Plant SCADA project. If you encounter missing references during the update, see BrokenLinkCancelEnabled.

Syntax

ProjectUpdatePages(FastUpdate)

FastUpdate:

Set to TRUE to enable a fast update.

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: This function displays a cancel dialog. It will exit and report error code E_ABORT, if the cancel button is pressed. For details on handling return and error values, see Error Handling.

ProjectSelect, ProjectSelected, ProjectFirst, ProjectNext, ProjectFirstInclude, ProjectNextInclude, ProjectUpgrade, ProjectUpgradeAll, ProjectPackLibraries, ProjectPackDatabase, ProjectCompile

Example

GraphicsBuilder.ProjectUpdatePages True

If Err.Number <> 0 Then

Debug.Print "Error in ProjectUpdatePages"

Err.Clear

Else

Debug.Print "ProjectUpdatePages OK"

End If

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in