Please provide more info. Code snippet. Versions of Infopath?
> I want to show the typed value of a field in Infopath form in VBScript
> written for a button. I took the following error message with sample codes:
> "Object Required"
H-R - 23 May 2006 07:51 GMT
I use MS Office Infopath 2003, and wrote the following script:
var NameField = XDocument.DOM.selectSingleNode("//my:Datafields");
if ( NameField.text == " ") /* Error Object Required
...
> Please provide more info. Code snippet. Versions of Infopath?
>
> > I want to show the typed value of a field in Infopath form in VBScript
> > written for a button. I took the following error message with sample codes:
> > "Object Required"