It don't need to know. The client populates the TextObject and the OnTextChange is fired from that object so if you use the properties name,text or what ever it will use the data from the TextObject that called the OnTextChange.
So OnTextChange="Parent......Object_You_Want_Data_COpied_To.Text=Text" would copy the text from the object that called OnTextChante to the Object on the left side..
InStead of going into the welecome window and getting the info, you are sending the info out of the welcome window into a object with a known path.
Last edited by Landiin : 09-11-2009 at 04:17 PM.
|