ApplicationMgr.ReloadSequenceFilesOnStart

Syntax

ApplicationMgr.ReloadSequenceFilesOnStart

Data Type

ReloadFiles

Use the following constants with this data type:

  • ReloadFile_All –(Value: 2) Reloads all files.
  • ReloadFile_None –(Value: 0) Does not reload any files.
  • ReloadFile_Selected –(Value: 1) Reloads any file selected in a SequenceFileView Manager control.

Purpose

Specifies which files to reload when the application starts.

Remarks

A value of ReloadFile_None results in nothing being reloaded on start. A value of ReloadFile_Selected makes the ApplicationMgr.Start method reload all files selected in any SequenceFileView Manager controls the last time the ApplicationMgr.Shutdown method was called. A value of ReloadFile_All makes the ApplicationMgr.Start method reload all files that were open when the ApplicationMgr.Shutdown method was last called.

The files load after the first time a user logs in.

See Also

ApplicationMgr.LoginOnStart

ApplicationMgr.ReloadFile

ApplicationMgr.Shutdown

ApplicationMgr.Start

SequenceFileViewMgr