J
Josiah Smith
I am attempting to learn what it will take to transform our 2500+ lines of
JScript in IP 2k3 to C# in IP 2k7. I've been able to stumble my way around
with a few basic things, but am having trouble with custom submit code, and
will probably have trouble with an equivalent for open.
For the custom submit code, I tried the following,
<code>
DataConnections("SaveAsTestC# Submit").Execute();
</code>
but got an error of
'Microsoft.Office.InfoPath.XmlFormHostItem.DataConnections' is a 'property'
but is used like a 'method'
I haven't even tried to tackle the new object model equivalent for
NewFromSolution, let alone Application.XDocument.Open()...
I'm trying to learn the new IP 2k7 MOM, but obviously, over the past year,
there's been a lot less community experience with IP 2k7 than there is for IP
2k3 to draw from. It would even help if I could get the completed, or more
current help files for IP 2k7.
JScript in IP 2k3 to C# in IP 2k7. I've been able to stumble my way around
with a few basic things, but am having trouble with custom submit code, and
will probably have trouble with an equivalent for open.
For the custom submit code, I tried the following,
<code>
DataConnections("SaveAsTestC# Submit").Execute();
</code>
but got an error of
'Microsoft.Office.InfoPath.XmlFormHostItem.DataConnections' is a 'property'
but is used like a 'method'
I haven't even tried to tackle the new object model equivalent for
NewFromSolution, let alone Application.XDocument.Open()...
I'm trying to learn the new IP 2k7 MOM, but obviously, over the past year,
there's been a lot less community experience with IP 2k7 than there is for IP
2k3 to draw from. It would even help if I could get the completed, or more
current help files for IP 2k7.