TagsDBEndEdit

This function finishes changes made by other Tags Database functions and releases the database so that normal run-time execution may resume.

Function Group Execution Windows Embedded Thin Client Mobile Access
TagsDBEndEdit Tags Database Synchronous Supported (see “Notes” below) Not supported Not supported Not supported

Syntax

  TagsDBEndEdit()  
Web Studio Help ctions tagsdb tagsdbendedit.xml d432590e108 TagsDBEndEdit

This function has no parameters.

Returned value

This function returns one of the following possible values:
Value Description
-2 Invalid number of parameters.
-1 The function TagsDBBeginEdit was not executed successfully before this function was called. No changes were made.
0 Function executed successfully.

Notes

The following restrictions apply to the execution of this function:
  • The function can only be executed on the project server — it cannot be called by a Graphics Script, Screen Script, or Command animation running on a project client; and
  • The function TagsDBBeginEdit must have been executed previously, in order to lock the tags database for editing.

For more information about the Tags Database functions and examples of how to use them, see Edit the tags database during run time.

TagsDBEndEdit