Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Not sure if this can be done but after you complete a form. Lets say you have a drop down list, and it has some values. Can we, overtime, have the data that users input be integrated in to that form so that lets say we are choosing from a field called Vendors which I currently placed only 2 options,...
-
Beginner, using IP 2003 I have added a button to email my form using a simple code. function SendEmailBtn::OnClick(Event) { var Email = Application.ActiveWindow.MailEnvelope; Email.To = ""; Email.Subject = ""; Email.Visible = true; } I need the subject line to populate from a text...
-
I am working on a solution, I need to be able to run calculations on infopath form fields and pass the data back to a field on the form. I am using the Xpathnavigator class to get the data from infopath. I can't figure out how to write the data back to the form that I have open. Is this possible...
Page 1 of 1 (3 items)