In short I'm trying to find the changing path of the temporary MS-Word document. This is the corresponding tmp for the open-unsaved document through Delphi.
Purpose: To save the user from having to save then (attach/reopen) this doc for email. Immediately upon the form completion (before saving) the user clicks a button which attaches and emails the doc. If I had some function to find the tmp path I could email the form with a single button.
Note: Word allows attaching a doc as part of the interface but if used prior to saving it would email the blank form which is a limit i'm trying to overcome.
Purpose: To save the user from having to save then (attach/reopen) this doc for email. Immediately upon the form completion (before saving) the user clicks a button which attaches and emails the doc. If I had some function to find the tmp path I could email the form with a single button.
Note: Word allows attaching a doc as part of the interface but if used prior to saving it would email the blank form which is a limit i'm trying to overcome.