Deactivate indexes from an ABL procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can also deactivate an index from an ABL procedure. Search
through the _Index file to find the index you want to
deactivate, then set the _Active field equal to NO.
The following example uses this technique:
|