logic2design
8/15/2013 - 3:06 AM

Sets the window of the Infopath form to the name you specify

Sets the window of the Infopath form to the name you specify

function XDocument::OnSwitchView(eventObj)
{
  XDocument.View.Window.Caption = "Name of Form";
}