T
tcarnahan
I am new at InfoPath and very new with the scripting behind InfoPath.
I have a requirement to put a button on my form, that when the user
finishes filling out the form and clicks on the button, the code iterates
throught the tree structure holding the data, reading the node names, types,
and values. This script needs to accomodate any tree, so for this, the names
of the nodes cannot be assumed.
Because I started this project using VBScript, I am committed to finishing
it in VBScript.
Could anyone point me to an example of VBScript behind InfoPath that when
the user fills out the form and clicks the button, the code recursively
traverses the tree and provide that data?
Thank you ahead of time for any help you can provide!
I have a requirement to put a button on my form, that when the user
finishes filling out the form and clicks on the button, the code iterates
throught the tree structure holding the data, reading the node names, types,
and values. This script needs to accomodate any tree, so for this, the names
of the nodes cannot be assumed.
Because I started this project using VBScript, I am committed to finishing
it in VBScript.
Could anyone point me to an example of VBScript behind InfoPath that when
the user fills out the form and clicks the button, the code recursively
traverses the tree and provide that data?
Thank you ahead of time for any help you can provide!