I imported some data into a custom type I developed. When the
data went in I duped the ObjectID for all records and it worked great,
excpet that all records were edited as the main ObjectID. So I went
in and randomized the objectid's for each record, but now when I try to
add or edit I record I get:
Element is undefined in
a CFML structure referenced as part of an _expression_. |
|
| |
The error occurred in
C:\_Dev\FarCry\fourq\tags\contentobjectget.cfm: line
33 Called from
C:\_Dev\FarCry\farcry_core\packages\farcry\_locking\checkForLock.cfm: line
11 Called from
C:\_Dev\FarCry\farcry_core\packages\farcry\locking.cfc: line
27 Called from C:\_Dev\FarCry\farcry_core\tags\navajo\edit.cfm:
line 73 Called from
C:\_Dev\FarCry\farcry_core\ui\navajo\edit.cfm: line 3 Called
from C:\_Dev\FarCry\farcry_core\admin\navajo\edit.cfm: line
1
|
31 : if (NOT len(attributes.typename)) {
32 : q4 = createObject("component", "farcry.fourq.fourq");
33 : typename = q4.findType(objectid=attributes.objectid,dsn=attributes.dsn);
34 : if (application.types['#typename#'].bCustomType)
35 : thisPackagePath = "#application.custompackagepath#.types.#typename#"; |
-- Regards, Michael
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
|