yes, the form field is <input type="checkbox" name="Agreed" value="TRUE">, and I can see this has been passed in the list of formfields. One thing I didn't try was trimming it first, as it could be sticking some whitespace crap on the end. I've changed it to just do a string comparison on the value instead, and hopefully that'll work now.
Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- Stephen Moretti To: [EMAIL PROTECTED] <[EMAIL PROTECTED] cc: ter.co.uk> Subject: Re: [ cf-dev ] True not boolean? 04/12/2003 10:57 Please respond to dev Duncan, Are you sure you that the variable does actually contain "true"?? You never know what junk might be in there c/o Apple.... Stephen [EMAIL PROTECTED] wrote: > Anyone seen this sort of error before? > > > An error occurred while evaluating the expression: > > NOT Form.Agreed > > > Cannot convert TRUE to boolean. > > > TRUE isn't boolean? If it makes any difference, this is happening with a > user on a Mac; on the PC it seems fine. > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
