Guys,
How would I programmatically change the default view of an InfoPath form (on Load) via VB? I've found the following code snippets:
BLOCKED SCRIPT
XDocument.ViewInfos("My View Name").IsDefault = true;
C#:
thisXDocument.ViewInfos["My View Name"].IsDefault = true;
...but none of them refer to the VB code that does this. Any help would be GREATLY appreciated. Thanx-so-much..!
- Tav