how to get Web templates using infopath 2007 to be web only

R

RonL

I have developed an administrtaor approved infopath form, uploaded as a web
template to sharpoint. It also has code behind for data manipulation. This
uses a web service to obtain primary and secondary data. This all works
fine, except when a user tries to open the template, if they happen to have
infopath installed it will try to open using it instead of a browser. This
causes the form to fail as it tries to look for the code behind on the users
pc. If they do not have infopath installed, it opens in a browser and
everthing works as it should. My question is, is there any way to force it
to be web only and not use infopath if they have it installed ?
There is a checkbox in sharpoint that says to web enable the form, but ths
does not seem to make a difference.
 
R

RonL

By the description of the setting it looks like it may not be possable. We
need this template to be web only and not use client application. (any ideas
?)

Browser-enabled Documents
Specify how to display documents that are enabled for opening both in a
browser and a client application. If the client application is unavailable,
these documents will always be displayed as Web pages in the browser.
 
R

RonL

Actually I have found that if I append &Openin=Browser to the end of my link,
it opens the way I want it to.
 
Top