How to programmatically create an InfoPath Solution

G

Greg

Hi,

Ive looked everywhere but can only seem to find the
JSCript. How do you programmatically create a new form
from a template in a sharepoint library using C#/VB.NET?

Thanks,
Greg.
 
M

Michelle Beall

Do you just want to create a link that opens a new form?
If that is the case simply create an <a> tag where the href points to the
template location in Sharepoint:
http:\\<server>\sites\<sitename>\<formlibraryname>\forms\template.xsn
 

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