Search - InfoPath Dev Sign in | Join | Help InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads Use our Google Custom Search for best site search results. Search More Search Options Page 6 of 20 (198 items) « First ... < Previous 4 5 6 7 8 Next > ... Last » Re: form with a unique field Hi, why dont u use the webservice I have mentioned in the following linkhttp://www.infopathdev.com/forums/topic.asp?TOPIC_ID=2102 U can call this web service from ur JScript code. Regards, Abhishek Posted to General (Forum) by Abhishek on 06-01-2006 Re: Displaying data from 3 tables and inserting in one Hi Raj, U can create a form using the ''New Blank form'' option. Create 3 ''Receive'' dataconnections to the 3 different tables and bind it to ur listbox so that the values from the 3 tables are displayed in ur list box. Now use the ''Submit'' dataconnection to submit the 3 selected fields to a webservice which inturn inserts it to a different ... Posted to Newbie Questions (Forum) by Abhishek on 05-31-2006 Re: Form and DataBase Hi Liorlankri, As specified in case2, u should create a Dataconnection to the web service.And u should create a ''Receive'' data connection to ur web service. By using ''Receive'' dataconnection,u will be able to send data from ur form to the webservice and also receive data from ur webservice. And regarding ur 3rd question, u cannot do it ... Posted to General (Forum) by Abhishek on 05-31-2006 Re: Confirmation Request Hi Nukkumatti, You can directly edit manifest.xsf file and search for your dataconnection path and replace the existing webservice URL with your new URL. File save manifest.xsf and publish it. Check out this link for more info http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=350&SearchTerms=data,connections Regards, Abhishek Posted to General (Forum) by Abhishek on 05-31-2006 Re: Problem with RepeatingTable & Secondary Datasource Vasanth, I think I used the wrong word when I said ''mapping''. I cannot think of a direct way to map a repeating group in Main datasource to the one in a secondary data source. What u need to do is individually transfer the contents of the repeating section in ur secondary datasource to the main data source. Wish someone out there has a better ... Posted to Data Connections (Forum) by Abhishek on 05-26-2006 Re: Problem with RepeatingTable & Secondary Datasource Hi Vasanthaprabhu, The data in the secondary datasource will never be saved when u save the form.Only the main datasource data will be saved. If u need to save the data in the secondary datasource,then u need to map it to a main datasource. regards, Abhishek. Posted to Data Connections (Forum) by Abhishek on 05-25-2006 Re: Fill a queryField from another file Hi gregv, On the click of a button(in a row ) of a repeating table, if u need to access the value of a control in the same row, then u need to use n1=eventObj.Source.selectSingleNode(''<Field name>''); Note that <FieldName> is not the whole XPath of that field,but just the particular field's name only. Just check out the following ... Posted to Code (Forum) by Abhishek on 05-24-2006 Re: Insufficient security privilege Hi CycleFitness, For the other form that is giving u a security error,try making it a full trust and check if it works. And before deploying a full trust form in SharePoint,Read thoroughly the 2 links I sent u. Regards, Abhishek Posted to General (Forum) by Abhishek on 05-24-2006 Re: Data from different tables into a single one. Hi Dalmag, Dont design the form using ''Design from a data source''. Create a ''new blank form'' instead.This will enable u to fetch data from multiple tables and insert in another one. And u need to use a web service to finally submit data to the Main Table. Regards, Abhishek Posted to Newbie Questions (Forum) by Abhishek on 05-24-2006 Re: Submit button Hi, Go to Tools-->Form Options, In the General tab,there is a checkbox to enable merging.Tick that checkbox. In the File menu,there is an option to merge. Note however that only the repeating group data gets merged and not the rest. For ur 3rd doubt, u need to preview the form to see the changes made in ur form.Click the preview button. and I ... Posted to Newbie Questions (Forum) by Abhishek on 05-24-2006 Page 6 of 20 (198 items) « First ... < Previous 4 5 6 7 8 Next > ... Last » Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.