Jul 13, 2002 #1 chicho IS-IT--Management Jun 22, 2004 3 NL Hello, How can I set the text property of a prompt control in a window from another window? Thanks, Chicho
Hello, How can I set the text property of a prompt control in a window from another window? Thanks, Chicho
Jul 15, 2002 #2 Interpavel Programmer Jun 2, 2002 3 RU It is easy: OtherWindow $ ?AnyPrompt{Prop:Text} = 'Any Text' Of course you must to know OtherWindow! Upvote 0 Downvote
Jul 15, 2002 #3 gearhead Programmer Oct 2, 2001 81 US Also you can use the SETTARGET RTL call to cause the fllowing output to be directed to a specifc window or report: SETTARGET(newWindow) ! statements directed to newWindow ! perform some assignments SETTARGET ! reset back to the "current/topmost" window HTH Upvote 0 Downvote
Also you can use the SETTARGET RTL call to cause the fllowing output to be directed to a specifc window or report: SETTARGET(newWindow) ! statements directed to newWindow ! perform some assignments SETTARGET ! reset back to the "current/topmost" window HTH