Now you can find InfoPathDev on
YouTube and
Twitter!
Browse by Tags
-
I have a http address like below, that when i enter a job number at the end it returns xml data for that job. http://requestinfoservice.xyz.com/HttpService.svc/2008/08/04/Services?requestNumber= The job number though would be user entered from within the form. Is there a way I can do this?
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:"";...
-
Hi, I am receiving an error when trying to create a data connection. Here are my steps: Add New Connection Create new connection to receive data Select Web Service Key in web service details http://AUSDEV1/QdabraWebService/QueryDB.asmx?WSDL Select GetColumnsXMLStrQuery Enter Sample Value code (which...
-
Hello, I have a spreadsheet that contains users names, userIDs, users managers, etc. The list is about 990 rows by 7 columns. I imported this data into a sharepoint list. I am now creating a form that reads in this information and display's supervisors name, etc. depending on who is using the form...
-
I need the user to be able to enter several hypelinks when submitting the form. My first approach was to just add a rich textbox and let them do it that way but since I am connecting to SQL2005 it appears that binding a rich text box to SQL is not an easy straight forward task. I then tried to place...
-
Are you using alternate access mapping for the site? For example, "intranet:66666" and "myhost.mydomain.local" and "myhost" all point to the same site collection. If the form's dataconnection points to "myhost," and user accesses a previously submitted form...
-
Hi I have created an Infopath form using Infopath 2007.In the form i have created a rule on the button click that retrieves data from database via a webservice,for the purpose i've created a data connection. When i preview the form the data gets retrieved properly.But when try to the same thing on...
-
I need to connect my InfoPath form with a database and a SharePoint library and update them using the submit button. I appreciate any help Thanks!
-
Hi, I have problem with repeating sections and data connections. I'm getting the same values to all repeating sections. More detailed: I have repeating section A which contain bunch of standard controls. To one control I enter the number X and the rest of the controls are populated by database connection...
-
I work in an environment where managed code is not allowed. I am looking for a solution for the cascading dropdown issue. I had an idea to use CAML to help resolve this, but I am not very familiar with it. What I would like to do is have the user select a value from dropdown box A. I would then use a...