antonv
10-09-2005, 08:33 PM
Hi Guys!
I have a few checkboxes that I want to change in a dynamic way so I made an array with their names. The problem is that when I am trying to get their name and add the .tristate property it gives me an error!
Here is a small example of the code:
myarray = #("chk01","chk02","chk03")
myarray[1].tristate = 2
I know it's a pretty basic question but I cannot make it work!!!
Thanks,
I have a few checkboxes that I want to change in a dynamic way so I made an array with their names. The problem is that when I am trying to get their name and add the .tristate property it gives me an error!
Here is a small example of the code:
myarray = #("chk01","chk02","chk03")
myarray[1].tristate = 2
I know it's a pretty basic question but I cannot make it work!!!
Thanks,
