I am receiving this error on a CFMX site.

You have attempted to dereference a scalar variable of type class java.lang.String as 
a structure with members

The section of code that it does not like is this piece that is wrapped inside a 
cfscript tag:

if (UserType.RecordCount NEQ "0") {
    Request.UserType = "#UserType#";
        }
else {
    Request.UserType = "Clinical";
        }



I am not sure what the deal is.



TIA,



Bruce




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to