Jan 12, 2005 #1 BobNTN2001 Programmer Joined Jan 12, 2005 Messages 1 Location US How can I assign the window title bar text to a variable?
Jan 13, 2005 #2 SachinGandhi Programmer Joined Sep 2, 2003 Messages 19 Location CA You can store the value of the TitleBar in GLO:TitleBar variable and on OpenWindow Embed put the following statement. AppFrame{PROP:TEXT} = CLIP(GLO:TitleBar) Upvote 0 Downvote
You can store the value of the TitleBar in GLO:TitleBar variable and on OpenWindow Embed put the following statement. AppFrame{PROP:TEXT} = CLIP(GLO:TitleBar)