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 1 of 2 (17 items) 1 2 Next > Re: Repeating Section Email (REALLY need help here) function DeleteRow() { var cn = new ActiveXObject("ADODB.Connection"); var strConn = "PUTSQLCONNECTIONSTRINGHERE"; cn.Open(strConn); var rs = new ActiveXObject("ADODB.Recordset"); var SQL = "delete from Requests where ... Posted to General (Forum) by repole on 08-24-2007 Re: Repeating Section Email (REALLY need help here) I've looked into it earlier, and while I find it incredibly useful and a great tool, my company isn't interested, and quite honestly it's not worth it when I've got one incredibly minor error left to fix. I appreciate the help you lended earlier however, and I wish you luck with the accelerator, because I think it can be an ... Posted to General (Forum) by repole on 08-24-2007 Re: Repeating Section Email (REALLY need help here) Appreciate the response. Only 8 hours left =] Inserting the fields was drag and drop, but the form was created from the database, it's not a secondary datasource but rather the main one. What is odd is that when I run the query through code, the fields do lock up, but if I run a query with a button it works just fine and none ... Posted to General (Forum) by repole on 08-24-2007 Re: Repeating Section Email (REALLY need help here) The insertion works perfectly, yet again you've come through :) As for the ID, it really is a must that the user sees it, because they need to be able to reference it themselves later. What I mean by the other fields locking up is if I run a query through code, it fills in the fields it can, however nothing on the form is editable. It's ... Posted to General (Forum) by repole on 08-23-2007 Re: Repeating Section Email (REALLY need help here) Thank you very very much Agni Jonnalagadda and nukkumatti. Agni your solution worked, however I decided to take the button out of the repeating section for cosmetic reasons, which of course made the eventObj.Source call not work to the right extent. The thread nukkumatti linked to had what I ultimately was looking for. I really appreciate the ... Posted to General (Forum) by repole on 08-22-2007 Re: Repeating Section Email (REALLY need help here) Welp, still having trouble here. The concept is good, the execution is bad. When I try to use an xpath dfs:dataFields/d:Requests/d:furtherTracking[2]/@delegateToEmail it does use the correct repeating section. However when I put dfs:dataFields/d:Requests/@numReDelegated in place of the 2, and set that to equal 2 to start, it ... Posted to General (Forum) by repole on 08-21-2007 Re: Repeating Section Email (REALLY need help here) ah, eventObj. Well, that's useful, but now how do I change the xpath for my email submit? Or would be creating a Email though code be a better way of going about things? EDIT: silly me, putting quotes around my:count seems to work. Lemme go try that all out... Posted to General (Forum) by repole on 08-21-2007 Re: Repeating Section Email (REALLY need help here) I've never used e.source before, and after browsing around the web I'm still confused. When I try using it in my code it tells me e is undefined. Can you give me some sort of example (preferably in javascript) that could demonstrate this? I'm pretty lost, and a bit stressed out since I'm leaving Friday and need to have ... Posted to General (Forum) by repole on 08-21-2007 Repeating Section Email [SOLVED] - Two more questions: insert repeating section and autonumbering Hey guys, I've got a major problem figuring out how I'm going to accomplish a certain task on my form. I have a repeating section, and within the repeating section is a field called delegateToEmail, as well as a button. Now, I have a dataconnection which emails the address in delegateToEmail. However, it ALWAYS uses the delegateToEmail ... Posted to General (Forum) by repole on 08-21-2007 Reading from a database with code Really could use some help here guys. I found some sample code online which has helped me get steered in the right direction...somewhat. http://www.developerfusion.co.uk/show/6128/ SqlConnection MyConnection = new SqlConnection("server=sqlserver;database=yourdatabase;UID=;PWD=;"); MyConnection.Open(); SqlCommand Cmd = new ... Posted to Code (Forum) by repole on 08-01-2007 Page 1 of 2 (17 items) 1 2 Next > Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.