Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 2 (13 items) 1 2 Next >
  • Re: updating data connections during deployment

    Thanks for your reply, Agni. Your solution entails extracting the files from the InfoPath XSN file, modifying the manifest.xsf file and repackaging the InfoPath form, right? Is there anyway we can programmatically alter the URLs of the data connection references? I suppose we could do that if the references are dynamic, and I am not sure if ...
    Posted to Web Services (Forum) by webuser on 05-20-2005
  • updating data connections during deployment

    I have created several data connections in my InfoPath form, pointed to web services running on the development box. Now, I need to deploy the form and need to update the data connections to use corresponding web services on the production server. I am having to do this manually, and it is quite cumbersome. Is there an equivalent of app.config ...
    Posted to Web Services (Forum) by webuser on 05-19-2005
  • Re: InfoPath form and SharePoint portal

    hi liorlankri, I am in a similar situation. I would like to know how to deploy an InfoPath form to other users in my company. I tried publishing the form, and when I click on Fill out a Form link, it tries to download a template.xsn but my InfoPath client is unable to open it and gives out the following error ---- Form ...
    Posted to General (Forum) by webuser on 04-25-2005
  • Re: Open form from a SP form library

    Thank you very much for your reply, Agni. If the Publish-to-SharePoint-Site process typically saves the form as template.xsn on the site, how do I control this? This is preventing me from opening the form and using it by clicking on the Fill out a Form link on the SharePoint site. Can I control as what XSN file SharePoint saves it to? I am also ...
    Posted to General (Forum) by webuser on 04-25-2005
  • Re: Open form from a SP form library

    I have created a form and have published it to a SharePoint form library. During the wizard, I was prompted to give it a name, and I observe the form library entry has the same name. Now, as a new user, when I use the link to access the form, my browser seems to be accessing a file called template.xsn, wheras my form is named ...
    Posted to General (Forum) by webuser on 04-24-2005
  • Re: Unable to access XML data in web service response

    Agni, I was able to output with ''xml'' instead of ''Xml'', and here is what shows up in the Alert box - <GetEmployeeInfoResult xmlns=''http://tempuri.org/''><empDS ...
    Posted to General (Forum) by webuser on 04-17-2005
  • Re: Unable to access XML data in web service response

    Agni, according to your suggestion, the line: var getEmployeeInfoResultNode = employeeInfoWS.selectSingleNode(''/dfs:myFields/dfs:dataFields/s0:GetEmployeeInfoResponse/s0:GetEmployeeInfoResult''); XDocument.UI.Alert(getEmployeeInfoResultNode.Xml); yields an empty popup box. If I replace the Alert code line to: XDocument.UI.Alert(''Xml: '' + ...
    Posted to General (Forum) by webuser on 04-16-2005
  • Re: Unable to access XML data in web service response

    Agni, I am not longer using the partial XPath. As I specified in my post(just prior to yours), I am specifying the XPath only upto the point ''s0:GetEmployeeInfoResult'', and that atleast seems to get me an object, whose text I am able to print. If I go beyond ''GetEmployeeInfoResult'', into the web service returned XML which is as ...
    Posted to General (Forum) by webuser on 04-16-2005
  • Re: Unable to access XML data in web service response

    Thank you very much for the responses. I corrected the above function to include the full (X)path, and I am still unable to retrieve the lastName value. See the code below: var lastNameNode = employeeInfoWS.selectSingleNode(''/dfs:myFields/dfs:dataFields/s0:GetEmployeeInfoResponse/s0:GetEmployeeInfoResult/s0:empDS/s0:Employees/s0:lastName''); ...
    Posted to General (Forum) by webuser on 04-15-2005
  • Unable to access XML data in web service response

    I am trying to query a database via a web service using InfoPath SP1. I have a form with employee ID, first name and last name fields. In the database, I have a table with EmployeeID, FirstName and LastName. What I want to do is query the FirstName and LastName based on an onAfterChange() event to the EmployeeID field, where the user enters an ID ...
    Posted to General (Forum) by webuser on 04-15-2005
Page 1 of 2 (13 items) 1 2 Next >
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.