Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (2 items)
-
Could someone please email me back with the correct syntax for running this code using Visual Studio.NET in Infopath. I cannot find any help on this and I am receiving an error.
Dim MySysID As Integer
Dim myADOAdapter As ADOAdapterObject = thisXDocument.DataAdapters.Item(5)
MySysID = ...
-
I am trying to get this code to run and I am using Visual Studio .NET. I need to know what everything should be dimmed as below:
Sub ReLoadForm()
'load the template xml that is generated by the Designer
Dim domTemplate
Set domTemplate = CreateObject(''MSXML2.DomDocument.5.0'')
domTemplate.async = false
domTemplate.validateOnParse = ...
Page 1 of 1 (2 items)