Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 1 (3 items)
  • Re: Populate textbox when selection in dropdown changes

    You could probably do an action rule to set the value of field "Course Title" to SQL server datasource field "Course title" where SQL server datasource Field "course" is equal to main datasource field "course" on the infopath form.
    Posted to General (Forum) by esteuardo on 02-19-2014
  • c# to extract InfoPath Attachment.

    Hello everyone, I used the following code to extract an InfoPath attachment to a shared drive.public void CTRL35_5_Clicked(object sender, ClickedEventArgs e) {// Write your code here. XPathNavigator mainDS = MainDataSource.CreateNavigator(); string base64EncodedString = ...
    Posted to Newbie Questions (Forum) by esteuardo on 02-19-2014
  • Re: How to submit an attachment

    Did you ever get this to work? I was able to get it to work with the following code: public void CTRL35_5_Clicked(object sender, ClickedEventArgs e) {// Write your code here. XPathNavigator mainDS = MainDataSource.CreateNavigator(); string base64EncodedString = mainDS.SelectSingleNode( "my:myFields/my:Attachment", ...
    Posted to Code (Forum) by esteuardo on 02-19-2014
Page 1 of 1 (3 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.