Mark W. Breneman wrote:
> I think you can skip the query loop by using valuelist():
>
> <cfset variables.selected_features = valuelist(q_selected_features.
> feature_id)>
>
> Note you can simplify that cfif statement in the checkbox down to:
>
> <cfif listfind(variables.selected_features, feature_id) >
>
> The above code *should* work the same as your code just a little simpler.

Thanks a ton. I'm going to try the simplified version now.

Thanks,
--
Austin
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to