Variable PAGENUM_RSSPEARWORMS_700 is undefined is the error message being put out by Coldfusion 8. I am creating adynamkic drop Down List ion Dreamweaver CS3. The onluy place I find the Pagenum line is on line 11 and it says:
<cfset StartRow_rsSpearWorms_700=Min((PageNum_rsSpearWorms_700-1)*MaxRows_rsSpearWorms_700+1,Max(rsSpearWorms_700.RecordCount,1))>
Is this enough to work with or do I need to give you more.
Dynamic listTrouble with variable PageNum being undefined
Page 1 of 1
3 Replies - 1194 Views - Last Post: 07 October 2008 - 01:40 PM
Replies To: Dynamic list
#2
Re: Dynamic list
Posted 05 October 2008 - 06:25 PM
boydbartley, on 5 Oct, 2008 - 10:41 AM, said:
Variable PAGENUM_RSSPEARWORMS_700 is undefined is the error message being put out by Coldfusion 8. I am creating adynamkic drop Down List ion Dreamweaver CS3. The onluy place I find the Pagenum line is on line 11 and it says:
<cfset StartRow_rsSpearWorms_700=Min((PageNum_rsSpearWorms_700-1)*MaxRows_rsSpearWorms_700+1,Max(rsSpearWorms_700.RecordCount,1))>
Is this enough to work with or do I need to give you more.
<cfset StartRow_rsSpearWorms_700=Min((PageNum_rsSpearWorms_700-1)*MaxRows_rsSpearWorms_700+1,Max(rsSpearWorms_700.RecordCount,1))>
Is this enough to work with or do I need to give you more.
As the error message says : PageNum_rsSpearWorms_700 is undefined. What value is this mean to be?
#3
Re: Dynamic list
Posted 07 October 2008 - 07:26 AM
Sorry to sound so uninformed but I am. What do you mean by "mean"? If I am too much of a beginner to help I will go find a book that was recommended in one of the other post.
#4
Re: Dynamic list
Posted 07 October 2008 - 01:40 PM
boydbartley, on 7 Oct, 2008 - 07:26 AM, said:
Sorry to sound so uninformed but I am. What do you mean by "mean"? If I am too much of a beginner to help I will go find a book that was recommended in one of the other post.
OK just as a test try put this above the error section:
<cfset PageNum_rsSpearWorms_700 = 10 />
See of that works for starters.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|