This is new --

dbGateway.cfc dated 6/28/2007

Trying to add a container, either on-the-fly or via the Shared Containers
function gets me this:
 

Element container is undefined in a CFML structure referenced as part of an
expression. 

        

The error occurred in
W:\users\westfall\farcry\core\packages\fourq\gateway\DBGateway.cfc: line 71
Called from W:\users\westfall\farcry\core\packages\fourq\fourq.cfc: line 324
Called from W:\users\westfall\farcry\core\packages\rules\container.cfc: line
36
Called from W:\users\westfall\farcry\core\admin\navajo\container_edit.cfm:
line 56
        
69 :                                            objectID
70 :                                            <cfloop from="1"
to="#arrayLen(SQLArray)#" index="i">
71 :                                                    <cfif not
structKeyExists(application.stCoapi[tableName].STPROPS[sqlArray[i].column].M
ETADATA,"BSAVE") OR
application.stCoapi[tableName].STPROPS[sqlArray[i].column].METADATA.bSave>
72 :                                                      ,
#sqlArray[i].column#    
73 :                                                    </cfif>

        


Derek Westfall


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to