Hi!
In a custom application page I modify a file (word doc), then i call SPFile.CheckOut();
Then I would like to open that file directly in edit modus in word . (As it would have been if the user clicked the file and selected "Edit in Microsoft Office Word" )
Any ideas on how to do that?
EDIT: Yes, I know I can't to this on the server. I'm looking for a way to return some javascript that will open the doc on the client. (I guess there is some javascript built in the checks for the precense of a Office AcitiveX, and then calls it)
Larsi