Hi
I have a text label control ( that displays a text field "INC#" in sql) which when clicked will launch a website. That website is stored in another column "IN_Id" in sql. So I used Launch(Thisitem.IN_Id) in OnSelect property of the text label control. And it works fine,
What I wanted to know is, is there a way to use htmltext to do the same thing?
i understand using a ref can open an external website. But how to include a database column in htmltext? like thisitem.IN_Id