A Quick and dirty way is to set a flag someplace, store the data someplace, and trigger OnFileNew(). When the new view constructs, have it check the flag, and if the flag is set, have it get the stored data, use it, and then unset the flag.

-=- James.