Hi,
I am trying to create a dynamic variable created in a dynamic table.
My code is:
<cfoutput...
400 <cfset dad = rs#PAMInformation.PAM_ID#>
401 <cfif Success_#dad# EQ "yes">
402 Uploaded Successfully!
403 <cfelse>.....
The error message I am getting is in line 401 where it says:
Invalid CFML construct found on line 401 at column 55.
Coldfusion was looking at the following text:
#
The CFML compiler was processing:
>a cfif tag beginning on line 401, column 42
You see anything wrong with my statement? I am just pulling the product's unique ID and attaching it to "Success_" Can this be done?
Thanks,
Craig
I am trying to create a dynamic variable created in a dynamic table.
My code is:
<cfoutput...
400 <cfset dad = rs#PAMInformation.PAM_ID#>
401 <cfif Success_#dad# EQ "yes">
402 Uploaded Successfully!
403 <cfelse>.....
The error message I am getting is in line 401 where it says:
Invalid CFML construct found on line 401 at column 55.
Coldfusion was looking at the following text:
#
The CFML compiler was processing:
>a cfif tag beginning on line 401, column 42
You see anything wrong with my statement? I am just pulling the product's unique ID and attaching it to "Success_" Can this be done?
Thanks,
Craig