L
Lawrence
Hi
I am having trouble using selectNodes in VBScript, the code below
keeps throwing an error about an incorrect number of arguements or
type mismatch....
Sub CTRL92_OnClick(eventObj)
' Write your code here
Dim capability
Dim nodename
nodename = XDocument.DOM.selectSingleNode("/CapabilitiesProfile/
AreasOfExpertise/TypeLevel1/ExperienceOrInterest").text
capability = XDocument.DOM.SelectNodes("/CapabilitiesProfile/
AreasOfExpertise/TypeLevel1[TypeGroup='Business Consulting']", "", "")
For count = 0 to capability.length
nodename.text = "true()"
Next
End Sub
Any help on getting past that stage would be great![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Kind Regards
Lawrence
I am having trouble using selectNodes in VBScript, the code below
keeps throwing an error about an incorrect number of arguements or
type mismatch....
Sub CTRL92_OnClick(eventObj)
' Write your code here
Dim capability
Dim nodename
nodename = XDocument.DOM.selectSingleNode("/CapabilitiesProfile/
AreasOfExpertise/TypeLevel1/ExperienceOrInterest").text
capability = XDocument.DOM.SelectNodes("/CapabilitiesProfile/
AreasOfExpertise/TypeLevel1[TypeGroup='Business Consulting']", "", "")
For count = 0 to capability.length
nodename.text = "true()"
Next
End Sub
Any help on getting past that stage would be great
Kind Regards
Lawrence