Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object required
Message
General information
Forum:
Internet
Category:
VBScript
Title:
Miscellaneous
Thread ID:
00431625
Message ID:
00432072
Views:
22
I had tried and still got the object required error. I finally figured out that the XMP wasn't getting parsed. Checking .ParseError.ErrorCode for 0 would determine if we passed.
IF xOBJ.ParseError.ErrorCode = 0
    'Everything OK
    AddContactXML = rootNode.XML
ELSE
    'We've got a problem
    AddContactXML = xObj.ParseError.Reason
END IF
Course I had to rethink the flow for this but it works now. The problem I'm running into now is security so that the XMLDOM can Save my changes.

Thanks for the help
Paul G Brown, MCSD
Paul G Brown
paul@paulgbrown.com
Previous
Reply
Map
View

Click here to load this message in the networking platform