PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD18] Syntax for referencing a control on an Internal Window
[WD18] Syntax for referencing a control on an Internal Window
Iniciado por rob, 04,mar. 2015 19:10 - No hay respuesta
Miembro registrado
105 mensajes
Publicado el 04,marzo 2015 - 19:10
Normally if I want to change a property of a control on a window from a procedure not included in that window (global procedure for example) I can call it as <Window Name>.<Control Name>..<Property> = <value>

However this doesn't work for controls on an internal window displayed in an internal window control.

Anyone know the syntax for doing that?

Thanks.