I'm overriding the OnFileOpen in my App module because I need
a more customize dialog box from what the framework offers.
What can I do in my Doc module to handle the file being opened?
I don't want to handle the actual file through the App module
but what function should i use in my Doc to take care of the file?
Thank you


Reply With Quote