In my program there is a section, where the user can delete all index-tags, re-create the indexes and pack the database.
But with the command "PACK DATABASE" I get the error message, that the database is not opened exclusivly.
With the debugger I could see, that indeed the command CLOSE DATABASES or CLOSE DATABASES ALL did not close the database. Only the command CLOSE ALL does it, but this also closes the project-manager etc.
Where is my fault?
Thanks in advance
MK
But with the command "PACK DATABASE" I get the error message, that the database is not opened exclusivly.
With the debugger I could see, that indeed the command CLOSE DATABASES or CLOSE DATABASES ALL did not close the database. Only the command CLOSE ALL does it, but this also closes the project-manager etc.
Where is my fault?
Thanks in advance
MK