Disabled controls when webservice query values are null

  • Thread starter Travis Lingenfelder
  • Start date
T

Travis Lingenfelder

I have created an infopath form that queries a web service to retrieve
customer information. I want my users to be able to edit the information and
submit it back to the webservice. The web service uses a SqlDataAdapter to
fill a typed dataset and returns the dataset object to infopath. However;
the resulting SOAP message omits fields if they are null and the controls for
the corresponding fields are disabled. I would like my users to be able to
edit the information, even if the original information was blank before.
 

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