agregar c贸digo a controles en _screen
Como pudo agregar c贸digo a controles en _screen creados con addobject, lo que hago es por ej.
_SCREEN.ADDOBJECT('label1', 'label')
_SCREEN.label1.CAPTION='Sugerencias'
_SCREEN.label1.LEFT=5
_SCREEN.label1.TOP=80
_SCREEN.label1.VISIBLE=.T.
Lo que quiero es por ej. que al pasar el mouse se muestre un wait windows.
gracias.
_SCREEN.ADDOBJECT('label1', 'label')
_SCREEN.label1.CAPTION='Sugerencias'
_SCREEN.label1.LEFT=5
_SCREEN.label1.TOP=80
_SCREEN.label1.VISIBLE=.T.
Lo que quiero es por ej. que al pasar el mouse se muestre un wait windows.
gracias.
Si el interes es poder desplegar un mensaje, podrias probar con la Propiedad TOOLTIPTEXT del Label.
