|
| How to get a list of all open Windows? |
| Iniciado por c.curtis, 11,feb. 2015 23:39 - 2 respuestas |
| |
| | | |
|
| |
Miembro registrado 18 mensajes |
|
| Publicado el 11,febrero 2015 - 23:39 |
Is there a way to get a list of all the open WinDev application windows?
For instance I want to redisplay a table only if the window containing the table is open, otherwise it will generate an error.
If WindowWithTable is open THEN TableDisplay(theTable) End |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,febrero 2015 - 11:19 |
Hi
To know if a window is open you can check the function winstatus
Yours,
Olivier |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 18 mensajes |
|
| Publicado el 12,febrero 2015 - 15:31 |
| Wonderful. Thank you kindly! |
| |
| |
| | | |
|
| | | | |
| | |
|