Skip to content

Instantly share code, notes, and snippets.

@logic2design
Created January 25, 2020 08:10
Show Gist options
  • Save logic2design/cf607818dfb49be860a5a1b9611b6057 to your computer and use it in GitHub Desktop.
Save logic2design/cf607818dfb49be860a5a1b9611b6057 to your computer and use it in GitHub Desktop.
Infopath set window name
function XDocument::OnSwitchView(eventObj)
{
XDocument.View.Window.Caption = "Name of Form";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment