Open new browser window in web InfoPath form.

N

NppStation

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.
 
R

RP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top