02-17-2009 01:11 AM
Hii
I am having around 40 Controls with same data type (Boolean). I have created the same event operation for all in a single event case, like value change.Now in event structure, how do i know the control which generates the event..plz post your ideas....
Thanks in advance..
02-17-2009 01:32 AM - edited 02-17-2009 01:32 AM
It is not such a good idea to have 40 individual buttons. It would be much easier to e.g. have a single array of 40 booleans, for example.
Still, if you want ot have 40 booleans, you could do one of the following:
02-17-2009 01:35 AM
02-17-2009 01:38 AM - edited 02-17-2009 01:39 AM
You can also use the control reference with a property node and get e.g. the label or any other interesting property.