mallee
Programmer
- Nov 7, 2000
- 116
In a utility menu form of my app I want to close all the
files (free tables) in order to re-create the indexs.
I intend to exit VFP after re creating so I issue
deacti wind all
deacti menu all
release wind all
clear events
close all
use xxx exclu
VFP tells me xxx is in use. No files show up is disp stat.
I have used xxx in a DE earlier but wouldn't the code above
release them ?
Is there a way to find out what is using file xxx ?
files (free tables) in order to re-create the indexs.
I intend to exit VFP after re creating so I issue
deacti wind all
deacti menu all
release wind all
clear events
close all
use xxx exclu
VFP tells me xxx is in use. No files show up is disp stat.
I have used xxx in a DE earlier but wouldn't the code above
release them ?
Is there a way to find out what is using file xxx ?