Fixup (NotesDatabase - LotusScript®)
Runs the Fixup task on a database.
Note: This method is new with Release 6.
Defined in
Syntax
Call notesDatabase .Fixup( [ options& ] )
Parameter
options&
Long. Optional. One or more of the following. Add options to combine them.
- FIXUP_INCREMENTAL (4) checks only documents since last Fixup
- FIXUP_NODELETE (16) prevents Fixup from deleting corrupted documents
- FIXUP_NOVIEWS (64) does not check views
- FIXUP_QUICK (2) checks documents more quickly but less thoroughly
- FIXUP_REVERT (32) reverts ID tables to the previous release format
- FIXUP_TXLOGGED (8) includes databases enabled for transaction logging
- FIXUP_VERIFY (1) makes no modifications