how do I write the VB .NET code to get the full file path where this InfoPath form resides?
J jdaglr Oct 18, 2004 #1 how do I write the VB .NET code to get the full file path where this InfoPath form resides?
B Brian Teutsch [MSFT] Oct 20, 2004 #2 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
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