Antonio, con los cambios impementados para corregir el frame focus en tcombobox
se modifico la clase tget concretamente el metodo GetDlgCode, pero este falla cuando el get y el combobox
estan en un folder, esta modificacion me a servido:
se modifico la clase tget concretamente el metodo GetDlgCode, pero este falla cuando el get y el combobox
estan en un folder, esta modificacion me a servido:
METHOD GetDlgCode( nLastKey ) CLASS TGet
if Len( ::oWnd:aControls ) == 1
RETURN DLGC_WANTALLKEYS
endif
::oWnd:nLastKey = nLastKey
IF ::oWnd:IsKindOf( 'TXBROWSE' )
RETURN DLGC_WANTALLKEYS
ELSE
IF ::oWnd:oWnd <> NIL .and. ::oWnd:oWnd:ClassName()=="TFOLDER"
RETURN DLGC_WANTALLKEYS
ENDIF
ENDIF
RETURN NILSalu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
Carlos Vargas
Desde Managua, Nicaragua (CA)