From a custom window try:
Parent.Parent.Welcome.Today.Label.Name = HZ
Parent.Parent.Welcome.Today.Label.Name = DD
Parent.DD.Text = Parent.Parent.Welcome.Today.DD.LocalText
Parent.HZ.Text = Parent.Parent.Welcome.Today.HZ.LocalText
Assuming you've got 2 labels in your custom window named DD & HZ that is.
|