ApplicationMgr.QueryCloseSequenceFile
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.QueryCloseSequenceFile
Syntax
ControlName_QueryCloseSequenceFile( file, cancel)
Applies To
Purpose
Occurs before a sequence file is closed.
Remarks
Use this event to prompt the user for confirmation on closing the sequence file or to stop the sequence file from closing.
Parameters
file As SequenceFile
[In] Specifies the sequence file that is closing.
cancel As Boolean
[In/Out] Set this parameter to True when you want to stop the sequence file from closing.