Re: [flexcoders] CFC Web Services and Boolean types in Flex

2005-06-12 Thread dave buhler
I use bit datatypes in CF/MS SQL and return 1s and 0s. Then, I just do a look-up in AS before passing over the value as a numeric bit. If you have a checkbox, for example, then you only need to set the checkbox.selected = 1 or 0 without concern for the case or datatype. On 6/10/05, Sean

[flexcoders] CFC Web Services and Boolean types in Flex

2005-06-10 Thread Sean McKibben
So we're trying to get a complex object with boolean properties in coldFusion to serialize into a complex object with boolean properties in Flex, but we keep getting wrongly typed results. Depending on the method we choose, we get a string value of "true" or "false" or a (case insensitive)