|
I have been setting up some custom types (all working just fine), however,
I am getting this error on one of them when going from the list page to add a
new record. I am curious if this stands out to anyone as what I may
have done wrong in my code -- I assume I have glitch somewhere in my edit.cfm,
but I just can not spot it?
| Error Occurred While Processing Request |
cannot convert the
value "" to a boolean |
|
| |
The error occurred in
C:\_Dev\FarCry\farcry_core\packages\farcry\_locking\checkForLock.cfm:
line 12 Called from
C:\_bDev\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
|
10 : <!--- check for lock --->
11 : <cfif stObj.locked>
12 : <!--- object locked --->
13 : <cfset stLock.bSuccess = false>
14 : <cfset stLock.lockedBy = stObj.lockedBy>
|
|
|
|
|
| |
-- Regards, Michael
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
|