shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Tue Jul 04, 2017 9:25 pm |
#SHOW and #SHOWP will default to the main window, as they have no context to do otherwise on their own.
If you were expecting otherwise that is likely the issue
#WIN will push text, as you figured out, but to push a prompt you would need to do something like:
#EXECWIN windowname {#SHOWPROMPT text}
also, there is no need to put windowname in quotes here, unless it is a complex string |
|