• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

structure

Participant ,
Dec 19, 2006 Dec 19, 2006

Copy link to clipboard

Copied

Any one know what this err is about ..


The error occurred in D:\CFusionMX\wwwroot\genbid\genbid_app\t.cfm: line 101

99 : <cfloop index="b" from="1" to="#fs#">
100 :
101 : <cfif Structfindvalue(gethomefacTmp,fid,"All") >
102 :
103 : <cfset chk="checked">
TOPICS
Advanced techniques

Views

476

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 19, 2006 Dec 19, 2006

Copy link to clipboard

Copied

Try <cfif Structfindvalue(#gethomefacTmp#,fid,"All")>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 20, 2006 Dec 20, 2006

Copy link to clipboard

Copied

quote:

Originally posted by: jdeline
Try <cfif Structfindvalue(#gethomefacTmp#,fid,"All")>


This is very bad practice, the #-chars are useless at least IMHO

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 19, 2006 Dec 19, 2006

Copy link to clipboard

Copied

STILL same errr

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Dec 19, 2006 Dec 19, 2006

Copy link to clipboard

Copied

Post the EXACT, FULL, error message.

In the meantime, try:
<cfif ArrayLen (Structfindvalue (gethomefacTmp, fid, "All"))>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 20, 2006 Dec 20, 2006

Copy link to clipboard

Copied

That is all I am getting..

Error Occurred While Processing Request



The error occurred in D:\CFusionMX\wwwroot\genbid\genbid_app\t.cfm: line 102

100 : <cfloop index="b" from="1" to="#fs#">
101 :
102 : <cfif ArrayLen (Structfindvalue (gethomefacTmp, fid, "All"))>
103 :
104 : <cfset chk="checked">



Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 20, 2006 Dec 20, 2006

Copy link to clipboard

Copied

LATEST
Hi,

It might be worth checking that gethomefacTmp is actually a valid structure, maybe that's what is causing the error..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 20, 2006 Dec 20, 2006

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation