file path

J

jdaglr

how do I write the VB .NET code to get the full file path where this InfoPath
form resides?
 
B

Brian Teutsch [MSFT]

Take a look at the documentation while you're designing the form. I believe
the property is the XDocument.Solution.URI property, but the Programming
reference will get it right.

Brian
 
Top