HI,
I've a problem to brows the next/previous link using option value format for the date.In my action page I'm using this function as follow:
<cfset startdate=#CreateDate('#form.startyear#','#form.startmonth#','#form.startday#')#>
<cfset enddate=#CreateDate('#form.endyear#','#form.endmonth#','#form.endday#')#>
<cfquery........>
select...where recdate >= #startdate#
and recdate <= #enddate#
</cfquery>
It can brows at the first page, but when I click on the next button it shows the error as follow:
An error occured while evaluating the expression
<cfset startdate=#CreateDate('#form.startyear#','#form.startmonth#','#form.startday#')#>
ANY SOLUTION....THANK YOU
I've a problem to brows the next/previous link using option value format for the date.In my action page I'm using this function as follow:
<cfset startdate=#CreateDate('#form.startyear#','#form.startmonth#','#form.startday#')#>
<cfset enddate=#CreateDate('#form.endyear#','#form.endmonth#','#form.endday#')#>
<cfquery........>
select...where recdate >= #startdate#
and recdate <= #enddate#
</cfquery>
It can brows at the first page, but when I click on the next button it shows the error as follow:
An error occured while evaluating the expression
<cfset startdate=#CreateDate('#form.startyear#','#form.startmonth#','#form.startday#')#>
ANY SOLUTION....THANK YOU