Hello I made an ActiveX Control and put it in my ColdFusion page, the control works fine and its dandy but how do you set a property of control? For example, I need to set the control's TAG property so when I hit a button on the control it can use the value in the tag to run an SQL statement using that value. I tried <CFSET myObj.Tag = ..> but it did not work. Is there a way to do this or get around this? I just started to do web stuff, so please bare with me. Thank you so much!

Thai