Click here to Skip to main content
15,797,672 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Retrieving value from an XML file Pin
Ben Senior17-May-17 23:33
Ben Senior17-May-17 23:33 
GeneralRe: Retrieving value from an XML file Pin
Richard MacCutchan18-May-17 0:08
mveRichard MacCutchan18-May-17 0:08 
GeneralRe: Retrieving value from an XML file Pin
Ben Senior19-May-17 8:40
Ben Senior19-May-17 8:40 
GeneralRe: Retrieving value from an XML file Pin
Richard MacCutchan19-May-17 22:13
mveRichard MacCutchan19-May-17 22:13 
AnswerRe: Retrieving value from an XML file Pin
David Mujica19-May-17 8:02
David Mujica19-May-17 8:02 
GeneralRe: Retrieving value from an XML file Pin
Ben Senior19-May-17 8:26
Ben Senior19-May-17 8:26 
GeneralRe: Retrieving value from an XML file Pin
David Mujica19-May-17 9:28
David Mujica19-May-17 9:28 
AnswerRe: Retrieving value from an XML file Pin
Ben Senior20-May-17 5:28
Ben Senior20-May-17 5:28 
I had to add the root to the code ie. "/mtf/conceptGrp/descripGrp/descrip[@type='subjectField']" and a variable codeID to hold the value from
codeID = xNode.InnerText
instead of your
xNode.InnerText


I replaced the codeID with codeText (the corresponding text from my function) and reinserted it into the xml file.

I need to test out the subjectField, but I don't anticipate any difficulties because it basically the same as for reliabilityCode.

Works a treat. Thanks for your help. Now I'm getting there with XPath Smile | :)
AnswerRe: Retrieving value from an XML file Pin
Meshack Musundi23-May-17 6:58
professionalMeshack Musundi23-May-17 6:58 
GeneralRe: Retrieving value from an XML file Pin
Ben Senior23-May-17 8:33
Ben Senior23-May-17 8:33 
QuestionCatching Control, Shift Key and Alt Key Presses and Releases Pin
Jalapeno Bob16-May-17 12:19
professionalJalapeno Bob16-May-17 12:19 
AnswerRe: Catching Control, Shift Key and Alt Key Presses and Releases Pin
Alex k (oShortyo)17-May-17 0:16
Alex k (oShortyo)17-May-17 0:16 
AnswerRe: Catching Control, Shift Key and Alt Key Presses and Releases Pin
Richard Deeming17-May-17 2:19
mveRichard Deeming17-May-17 2:19 
GeneralRe: Catching Control, Shift Key and Alt Key Presses and Releases Pin
Jalapeno Bob17-May-17 8:03
professionalJalapeno Bob17-May-17 8:03 
QuestionGET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel9-May-17 14:28
Otekpo Emmanuel9-May-17 14:28 
AnswerRe: GET PC POSITION IN VISUAL BASIC Pin
Chris Quinn9-May-17 22:28
Chris Quinn9-May-17 22:28 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel10-May-17 7:12
Otekpo Emmanuel10-May-17 7:12 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Chris Quinn10-May-17 22:47
Chris Quinn10-May-17 22:47 
GeneralSolved: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel12-May-17 9:50
Otekpo Emmanuel12-May-17 9:50 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Richard MacCutchan12-May-17 14:18
mveRichard MacCutchan12-May-17 14:18 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel13-May-17 9:20
Otekpo Emmanuel13-May-17 9:20 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Dave Kreskowiak13-May-17 9:39
mveDave Kreskowiak13-May-17 9:39 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel3-Jul-17 20:20
Otekpo Emmanuel3-Jul-17 20:20 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Richard MacCutchan13-May-17 21:53
mveRichard MacCutchan13-May-17 21:53 
AnswerRe: GET PC POSITION IN VISUAL BASIC Pin
Afzaal Ahmad Zeeshan10-May-17 6:19
professionalAfzaal Ahmad Zeeshan10-May-17 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.