Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object required
Message
Information générale
Forum:
Internet
Catégorie:
VBScript
Titre:
Divers
Thread ID:
00431625
Message ID:
00432072
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform