Código: Selecionar todos
IF hb_ASCan( HMG_GetFormControls( xDlg, "GETBOX" ), { | e | e == GetProperty( xDlg, "FOCUSEDCONTROL" ) } ) != 0
Código: Selecionar todos
GetProperty( GetProperty( "FOCUSEDCONTROL" ), "CONTROLTYPE" ) == GETBOX"
Moderador: Moderadores

Código: Selecionar todos
IF hb_ASCan( HMG_GetFormControls( xDlg, "GETBOX" ), { | e | e == GetProperty( xDlg, "FOCUSEDCONTROL" ) } ) != 0
Código: Selecionar todos
GetProperty( GetProperty( "FOCUSEDCONTROL" ), "CONTROLTYPE" ) == GETBOX"

Código: Selecionar todos
IF GetProperty( xDlg, GetProperty( xDlg, "FOCUSEDCONTROL" ), "TYPE" ) == "GETBOX"
// hb_ASCan( HMG_GetFormControls( xDlg, "GETBOX" ), { | e | e == GetProperty( xDlg, "FOCUSEDCONTROL" ) } ) != 0
