Código: Selecionar todos
FUNCTION hwg_EndDialog( handle )
Moderador: Moderadores

Código: Selecionar todos
FUNCTION hwg_EndDialog( handle )

Código: Selecionar todos
ON CLICK { || hwg_EndDialog( oDlgPesquisa:Handle ) }
Código: Selecionar todos
CASE hb_KeyStd( nKey ) == K_ENTER // .OR. nKey = K_ESC
hwg_EndDialog( oWindow:Handle )