this is from

query = getQuery(from, count)

Error Occurred While Processing Request
Parameter 2 of function ArrayResize which is now "0" must be a
positive integer
The error occurred in C:\Inetpub\wwwroot\Reactor\iterator\iterator.cfc: line 605
603 :                   
604 :                   <.!--- create an index row with rownumbers stored in the 
index ---.>
605 :                   <.cfset ArrayResize(filterIndex, query.recordcount) /.>

from  <.cfset customers =
AddressRecord.getCustomerIterator().getQuery(10, 5) /.>  when the
requested record does not exist

NOTE: the non paging version just returns an empty query.
shouldn't they both do that?

( also for  array= getArray(from, count) it seems - diff error, same root cause)

Am I doing something wrong here? I can see what the problem is but......

any thoughts?

thanx


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to