Window.Show
Description
- Activates the specified window & shows it if hidden.
Syntax
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Show("=notepad")
- Shows the first notepad found.
- Window.Show("menu =notepad")
- Shows a menu of Notepad windows, & one selected from the list is brought to the front.
Notes
- PowerPro accepts anything for the 2nd part of a Window.Show("menu...") statement, including nothing. If it doesn't recognise the word or reference, an empty menu will be shown.