Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help regarding xml DOM

Status
Not open for further replies.

051984

Programmer
Dec 9, 2011
2
0
0
CA
How can i modity the value in the last field "491" and i need to run 500 times and on each iteration I can see this value is incrementing . I am using QTP to compile this codebut I am not able to modify this vlaue????

Can somebody help me in modifying this xml field ("491")?????

Thanks


<ncr-tag-imagemark number="45" offset="1391" len="90">
<im-batch-info number="3">
<field type="schar" size="4" name="batch_number" desc="batch number registered in DocNumAPI">1321</field>
<field type="uint4" size="1" name="mfilm_frame_num" desc="microfilm frame number">0</field>
<field type="uint4" size="1" name="mfilm_cartridge" desc="microfilm cartridge number">0</field>
<field type="uint4" size="1" name="entry_number" desc="entry number registered in DocNumAPI">491</field>
</im-batch-info>
</ncr-tag-imagemark>
 
compile this code
Which code ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top