Follow Hyperlink --> "Save File" Prompt

A

Altemir

Is there a way for the user to click on a form control that will cause
Windows to prompt the user to save a particular file? The source of
the file would be stored in a form field as a hyperlink URL file path
(e.g., "file://myserver/myfile.nc1").

Application.FollowHyperlink automatically wants to open the file in its
native application, but I want it to automatically prompt the user to
save the file to his hard drive.

What method or action do I need to put in the button's OnClick event in
order to do this?


-- David
 
Top