Hola a todos,
Veo que en la lógica del control TEDIT está este código:
::nStyle = nOr( ::nStyle, ES_READONLY )
¿Cómo se puede revertir este código en tiempo de ejecución y si es necesario volverlo a aplicar?
Muchas gracias,
Antonio Linares wrote:Carlos,
Prueba con:
oEdit:WinStyle( ES_READONLY, .F. ) // ó .T. si necesitas volver a aplicarlo
#define EM_SETREADONLY 0x00CF
//
//
If( oEdit:WinStyle( ES_READONLY ), oEdit:SendMsg( EM_SETREADONLY, 0 ), ;
oEdit:SendMsg( EM_SETREADONLY, 1 ) ) }
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 69 guests