In my InfoPath solution, every user has his own XML file he/she can edit. These are stored in a common directory, with their windows usernames representing the form files.
I want the following to happen:
When any user opens the XSN template, it should automatically open/load the appropriate file belonging to that user. If none exist, it will open the default.
Any idea on how to do this? I can save in a similar fashion using this.SaveAs(UserName), but there seems no Load / Open equivelant.
I'm using C#, by the way.