aaahhhh ..... very close. But, I notice that 'Parent' is valid option after the control, but 'Child' is not. Does this mean it's a one way link and I cannot go from 'Text Box' to 'Label' control?
=Paul
User Profile
Collapse
-
To be more specific .... I want to change the value in a Label's caption property when a scenario occurs to the attached 'Text Box' control. How can I do this without using a "For Each Loop" to find the label control? There is an obvious link between Label and Text Box controls (the two are created together). But, how to take advantage of the link in code is escaping me.
=Paul...Leave a comment:
-
Find Control without For each loop
Newbi here,
How do I find a specific form control without using a For Each loop? While the loop works to find a control, it seems to have overhead I'm trying to avoid. I'm using A2K.
Here's the code I'm trying to avoid. There must be another way to find a control.
Thanks in advance,Code:Dim ctl as Control For each ctl in Me do this and that Next ctl
=Paul
No activity results to display
Show More
Leave a comment: