PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to get a list of open windows?
How to get a list of open windows?
Iniciado por c.curtis, 11,feb. 2015 23:24 - No hay respuesta
Publicado el 11,febrero 2015 - 23:24
Is there a way to list all of the currently open windows in a WinDev application?

For instance I want to redisplay a table when I click a button, only if the window that contains the table is open otherwise an error will be generated.

If WindowWithTable is open THEN
TableDisplay(TheTable)
END