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 2 of 4 (33 items) < Previous 1 2 3 4 Next > Re: Conditions in rules limited to 5? BP, You are missing an OR in your statement. ../my:Materials = string(true()) or my:NewDate = string(true()) OR my:FSTech = string(true()) or my:FSManager = string(true()) I also think you are going to have a challenge showing a section based on the values in 8 different controls. Posted to Newbie Questions (Forum) by JeffVojtko on 09-02-2014 Re: Concatinating data from Repeating fields Well, I got it part of the way there. But, now I am getting a NAN error. concat(substring("", 1, (NeedSecurityApproval = "") * string-length("")), substring(concat(substring-before(UserIDNew, ";"), ",", substring(Action, 1, 1), ",", ReportTitle), 1, (NeedSecurityApproval != ... Posted to InfoPath 2010 (Forum) by JeffVojtko on 08-21-2014 Re: Concatinating data from Repeating fields This is what I have so far - concat(substring-before(UserIDNew, ";"), ",", substring(Action, 1, 1), ",", ReportTitle) And, this is what I have been trying to work with: eval(eval(my:group5/my:group6/, 'concat(my:ReportTitle, ";")'), "..") eval(eval(my:group5/my:group6, ... Posted to InfoPath 2010 (Forum) by JeffVojtko on 08-21-2014 Concatinating data from Repeating fields I have read multiple articles on this. But, for some reason cannot make this work. eval(eval(my:group5/my:group6, 'concat(substring-before(my:UserIDNew, ";"), ",", substring(my:Action, 1, 1), ",", my:ReportTitle)'), ... Posted to InfoPath 2010 (Forum) by JeffVojtko on 08-20-2014 Re: Form with Secondary List Data as Source not Saving selections on that Data Anybody have any idea how I could submit my form data to a secondary data source and include the following? > Information coming from a Sharepoint list in a secondary data connect > Information gathered on the form under the Main connection Posted to InfoPath 2010 (Forum) by JeffVojtko on 06-06-2014 Re: Export InfoPath-form to pdf-file with individual name The "File > Info > Publish as PDF or XPS document feature in InfoPath results in a blank form. So, no the form doesn't render properly. But, when printed to PDF through Windows it does render correctly. Posted to Views (Forum) by JeffVojtko on 06-03-2014 Re: Export InfoPath-form to pdf-file with individual name When I manually export the form there is no data. But, when I print it out as a PDF the data appears as expected on the form. Posted to Views (Forum) by JeffVojtko on 06-03-2014 Re: How to Submit to Sharepoint List Notes on this form: Event, When and Location are Read Only. Participate and Assist are editable checkboxes. I would also be happy to get this form, as completed, into a Sharpoint library as a PDF. I tried entering the following VB code: Public Sub CTRL50_5_Clicked_1(ByVal sender As Object, ByVal e As ClickedEventArgs) ... Posted to General (Forum) by JeffVojtko on 06-02-2014 How to Submit to Sharepoint List I have an InfoPath 2010 Client form with Full Trust and I need to submit the data to a Sharepoint list. (See Attachment) On the form I load up events from a Sharepoint list and I need to collect whether the user will Participate or Assist. I can't figure out the best way to get this to a Sharepoint list. What would a CAML file look like? ... Posted to General (Forum) by JeffVojtko on 06-02-2014 Re: Export InfoPath-form to pdf-file with individual name Hi Hillary, your code works well for me as shown below. The only problem is that the user's selections made on a Repeating table pulled in from a Sharepoint list as a Secondary Data Connection is not reflected on the saved PDF. Is there some way for me to insure the user's selections on the InfoPath form? Public Sub ... Posted to Views (Forum) by JeffVojtko on 06-02-2014 Page 2 of 4 (33 items) < Previous 1 2 3 4 Next > Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.