Re: hello folks How to do paging on looping a list i was confused please help me

2008-04-22 Thread Paul Stewart
or indeed my custom tag cfMagicpager. http://www.stewart-web.co.uk/blog/index.cfm/2008/4/20/Cold It is a different take than Nathan's on pagination. Nathan Strutz wrote: Shariff, I don't know exactly what you are attempting to do, but if you are looking for a way to page your data, you may

hello folks How to do paging on looping a list i was confused please help me

2008-04-21 Thread shariff sml
cfset attributes.ids = ValueList(GetAllAdmins.Author) cfset attributes.perm = ValueList(GetAllAdmins.IsAdmin) cfset adminQueryRaw = QueryNew(empid,lastname,firstname,status) cfset badIDs = cfloop from=1 to=#ListLen(Attributes.ids)# index=ThisPlace cfscript thisemployeeid =

Re: hello folks How to do paging on looping a list i was confused please help me

2008-04-21 Thread Nathan Strutz
Shariff, I don't know exactly what you are attempting to do, but if you are looking for a way to page your data, you may want to look into my Pagination.cfc project. http://paginationcfc.riaforge.org/ If that's not it, perhaps you can elaborate your problem, with the overview, what your goal is,