
Polling Headers on multiple MDI child forms??
Quote:
> Is there a way to check the headers of all visible MDI child forms ?
> Each will have it's file name as a header, and I would like to be able
> to check all file names before allowing the loading of a new file --
> to prevent duplication of open files.
Why not just lock the file when you open it, and then check the
lock state when you attempt to reopen it? Would be faster, and
you only have to check once, instead of any * n windows times...
You could even allow the file to be opened, just mark the newly
opened item as *read-only* in the status bar of your project.
Michael.