Where is NewFromSolutionWithData?

D

Dan R Reese

Hello,

I'm running InfoPath with the SP1 installed. I cannot find the NewFromSolutionWithData method anywhere? What object should have this method? The XDoc object? That is where I find the NewFromSolution method. Any help would be appreciated.

Dan
 
D

Dan R Reese

Greg,

Thanks, but it doesn't show up in Intellisense. I just get NewFromSolution. And if I try to just call it, I get: "Wrong number of arguments or invalid property assignment"

I'm a bit perplexed.

Dan
 
D

Dan R Reese

Greg,

Thanks, but it doesn't show up in Intellisense. I just get NewFromSolution. And if I try to just call it, I get: "Wrong number of arguments or invalid property assignment"

I'm a bit perplexed.

Dan
 
P

Patrick Halstead

Do you have SP1?

Dan R Reese said:
Greg,

Thanks, but it doesn't show up in Intellisense. I just get
NewFromSolution. And if I try to just call it, I get: "Wrong number of
arguments or invalid property assignment"
I'm a bit perplexed.

Dan

Greg Collins said:
You'll find it here: Application.XDocuments.NewFromSolutionWithData()

--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com



Hello,

I'm running InfoPath with the SP1 installed. I cannot find the
NewFromSolutionWithData method anywhere? What object should have this
method? The XDoc object? That is where I find the NewFromSolution method.
Any help would be appreciated.
 
Top