Description: Obtains a page lock.
Purpose: This Edit Lockout Manager user-accessible module gets a lock on a page and its files and creates backup files if this lock is new (i.e. in the event that up-to-date backup files don't already exist). This module must not be called as a subroutine.
Format: EditLockoutManager\MarkPageForEdit(PageName, Action, AddVTSFile [, DisableErr])
Parameters: PageName is the name of the page to lock without a P prepended.
Action indicates the action to be performed to the page. This can be one of: A (Add), D (Delete), or M (Modify); the default is M.
AddVTSFile indicates the name of the file that will be used if performing an add action.
DisableErr is an optional flag that can be set to true if no error messages are to be shown.
Comments: This module must not be called as a subroutine. EditLockoutManager\MarkPageForEdit should be called from an active statement.
See Also: EditLockoutManager\MarkFileForEdit | EditLockoutManager\MarkPointForEdit | EditLockoutManager\OperationalChange