Good day!
I have InfoPath web form with custom code (C#). How I can
programmaticaly open link in new browser window?
Actually, I want open MS Word document from SharePoint library from
InfoPath web form on client computer. For this, I mean, I must open
link on that document in new browser window. But I can't this.
Response.Redirect is don't work. :(
Help me please!
P.S. Sorry for my english, I am from Russia.
RP - 27 Jun 2007 19:17 GMT
Use hyperlink control and set full path to the document (including
server name) as Url.
If you would like to set document link dynamically, then create a
field in main data source and it to XPath URL.
Also, note that XPath (concat, substring, etc) functions work for
XPath URL.
Hth,
RP