Title: Message
Michael,
 
I'm not sure I understand exactly what you're trying to do but here goes....I'm wondering why you're creating object id's manually?? Fourq takes care of this for types. Does your custom type extend farcry.farcy_core.packages.types.types? What are you trying to import? Have you setup your custom admin XML to use your custom type? Have you read the custom type How To at:
 
 
~Tom
-----Original Message-----
From: Michael @Four Eyes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 3:02 PM
To: FarCry Developers
Subject: [farcry-dev] Element is undefined in a CFML

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]
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to