Hi
I have a tab page (with 3 tabs) that has controls on
it (such as text boxes, etc) that I duplicated using DuplicateCtrl.
Now I would like to set/get the values from the text boxes that are on
the dupicated tab page. My questions is, how do I obtain the controlID
of the text-box control? The original page has a specific name for the
text box control, in the .uir file, however after duplication, what
does the controlID become? Restated another way, the question is: if I
duplicate a tab dynamically (on the fly) that has controls on it, how
can I access the individual controls for get/set operations?
Thanks,
Owais