Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (2 items)
-
Hi Hilary,
What do you think about this code below:
public void CTRL2_5_Clicked(object sender, ClickedEventArgs e)
{
// Write your code here.
FormErrorCollection myFormErrors = Errors;
XPathNavigator mytxtbox = MainDataSource.CreateNavigator();
mytxtbox = ...
-
I'm trying to use "Check for Errors" button with code behind to display validation errors in InfoPath 2013.
This code below worked in the previous versions. Does anyone know how to apply this code to work in InfoPath 2013 or newer using C#?
function CTRL348_5::OnClick(eventObj)
{
// Write your code here
...
Page 1 of 1 (2 items)