Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help setting XML attribute that locks an Infopath form via vbScript module

Status
Not open for further replies.

GreggNh

Programmer
Feb 2, 2014
1
0
0
I have a vbscript module that opens an xml document and then updates some of its element tags. However one of the tags is called "DateClosed" and represents the presumed final action of the form. The Infopath designer must have coded a triggering event that locks the form from editing once the DateClosed is not null. How do I identify and set this element tag? I assume it is a True/False value in the xml dom.
Gregg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top