TK
-----Original Message-----
From: Monique Boea [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 3:42 PM
To: CF-Talk
Subject: Help
Does anyone know what this error means?
ByteArray objects cannot be converted to strings.
Here is the code that generates it:
<cfif variables.action is "add">
<input type="radio" name="bShow_General" value="1" checked >Yes
<input type="radio" name="bShow_General" value="0" >No
<cfelse>
<cfif variables.bShow_General EQ 1 or variables.bShow_General EQ "">
<input type="radio" name="bShow_General" value="1" checked>Yes
<cfelse>
<input type="radio" name="bShow_General" value="1">Yes
</cfif>
<cfif variables.bShow_General EQ 0>
<input type="radio" name="bShow_General" value="0" checked>No
<cfelse>
<input type="radio" name="bShow_General" value="0">No
</cfif>
</cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

