View Single Post
  #12  
Unread 09-11-2009, 04:41 PM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

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.
Reply With Quote