try this free DLL
helped me with image manupliation
http://freeimage.sourceforge.net/sourcecode.html#VB...
User Profile
Collapse
-
The FOR loop should look like:
Code:For Each objPatientNode In objPatNodesList rsPatMeals.AddNew rsPatMeals.Fields("UR") = objPatientNode.selectSingleNode("ur").nodeTypedValue rsPatMeals.Fields("AREA") = objPatientNode.selectSingleNode("area").nodeTypedValue rsPatMeals.Update Next objPatientNodeLast edited by Killer42; May 11 '07, 08:18 AM. Reason: Please use [CODE]...[/CODE] tags around your code.Leave a comment:
-
VB6 - Looping thru XML elements into rs using MSXML2.DOMDocument40
Hi everyone,
I'm a newbie to the forum.
I have an issue and was hoping to get some assistance/ideas:
Im trying to read a XML file into two record sets.
I can acheive looping through the first level element but i can not loop the the second level (child elements), any ideas??
I need to be able to loop thru each patient record and read into rsPatMeals and secondly loop thru each <meal_selecte d>...
No activity results to display
Show More
Leave a comment: