Nodes = xmlDoc.documentElement.childNodes

I am using the JavaScript version of @DbLookup and @DbColumn to fetch data from a view in the same server. However it is not fetching all the 310 records only first 100 records are showing. The code :

nodes = xmlDoc.documentElement.childNodes

nodes has the value 100 only.

Thanks,

Sanjay

Subject: nodes = xmlDoc.documentElement.childNodes

I tried nodes = xmlDoc.documentElement.childNodes for different keys but all the time nodes.length values are 100.Its amazing,

here is the code:

xmlDoc1 = new ActiveXObject(“Microsoft.XMLDOM”);

xmlDoc1.async = false;

vurl1 = trim(server)+“/”+trim(path)+“/”+viewnameAct+“?readviewentries&startkey=”+key[1];

xmlDoc1.load(vurl1);

if (xmlDoc1.documentElement == undefined)

{

return(“”)

}

nodes1 = xmlDoc1.documentElement.childNodes;

alert (nodes1.length);

Thanks

Sanjay

Subject: nodes = xmlDoc.documentElement.childNodes

can you send me code so i can see. for more chat on ajitnarayan123@gmail.com

Subject: RE: nodes = xmlDoc.documentElement.childNodes

Just know I sent you the mail in your ajitnarayan123@gmail.com Id.