01-26-2005 08:29 AM
01-26-2005 08:42 AM
06-26-2013 01:51 PM
Instead of writing 10 similar functions, you could write one general function by pulling the control id programmatically. Since users can define the control name but not the control id, the control id must be determined programmatically.
06-26-2013 06:06 PM
I think I never found myself in a situation that I would necessitate such a function. Can you elaborate al little more on your sentence, give some example?