Cipper Newbie
Joined: 21 Jun 2001 Posts: 22 Location: Trieste Italy
|
Posted: Mon Mar 21, 2005 2:11 pm Post subject: Close a lot of child windows .... |
|
|
I use this step for open a lot of windows from FIRST Windows (id 0) :
DIALOG CREATE,Search,-1,0,803,510
DIALOG ADD,TABLE,TABLE2,2,2,797,469,Data[90]|Movimento[130]|Causale[370]|Importo[100]|Salone[100],,SORTED
DIALOG ADD,BUTTON,BUT1,482,606,64,24,Print
DIALOG ADD,BUTTON,BUT2,482,678,64,24,Close
DIALOG SHOW
How i can close the multi child windows ?
If it's one, it isn't problem , but with more windows .... |
|