J
Jer
Sorry, I've been looking for quick references, but couldn't yet.
Can someone help me? Can someone recommend a site?
My problem is i dunno how this logic goes in infopath managed code using the
IXMLDOM
for example my form generates an XML. My form takes orders, for example, and
the form was able to capture 2 line items(order items). XML looks like
something like this:
<my:group6>
<my:item_code>3290</my:item_code>
<my:item_desc>Pencil</my:item_desc>
<my:item_price>493.33</my:item_price>
</my:group6>
<my:group6>
<my:item_code>3293</my:item_code>
<my:item_desc>Pen</my:item_desc>
<my:item_price>34.40</my:item_price>
</my:group6>
How i get those fields?? Supposedly, I'll pass those fields to an SQL INSERT
so I need to get those fields!
sorry i'm just kinda starting with InfoPath and XML!
Can someone help me? Can someone recommend a site?
My problem is i dunno how this logic goes in infopath managed code using the
IXMLDOM
for example my form generates an XML. My form takes orders, for example, and
the form was able to capture 2 line items(order items). XML looks like
something like this:
<my:group6>
<my:item_code>3290</my:item_code>
<my:item_desc>Pencil</my:item_desc>
<my:item_price>493.33</my:item_price>
</my:group6>
<my:group6>
<my:item_code>3293</my:item_code>
<my:item_desc>Pen</my:item_desc>
<my:item_price>34.40</my:item_price>
</my:group6>
How i get those fields?? Supposedly, I'll pass those fields to an SQL INSERT
so I need to get those fields!
sorry i'm just kinda starting with InfoPath and XML!