Search found 59 matches: setdolphin

Return to advanced search

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... cTab_Art:cod_art), cTab_Art:Refresh() } oBrw:bKeyDown := { | nKey | TeclasProducto(nKey, oBrw, cTab_Art, cEmpresa) } oBrw:oFont := oFont2 oBrw:SetDolphin(cTab_Art,.T.,.T.) oBrw:aCols[1]:SetCheck( { "BOTONSI", "BOTONNO" } ) NO QUIERO QUE PASE NADA AL HACER DOBLE CLICK SOBRE ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... cTab_Art:cod_art), cTab_Art:Refresh() } oBrw:bKeyDown := { | nKey | TeclasProducto(nKey, oBrw, cTab_Art, cEmpresa) } oBrw:oFont := oFont2 oBrw:SetDolphin(cTab_Art,.T.,.T.) oBrw:aCols[1]:SetCheck( { "BOTONSI", "BOTONNO" } ) NO QUIERO QUE PASE NADA AL HACER DOBLE CLICK SOBRE ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

Re: xbrowse + Tdolphin + Mysql

... :bClrSel := { || { CLR_BLACK, CLR_HGRAY } } :SetGroupHeader( 'FACTURACION', 2, 5, oFont ) :SetGroupHeader( 'CONDICIONES DE PAGO', 9, 12, oFont ) :SetDolphin( oQry, .F. ) END oBrw:aCols[01]:cOrder = "A" oBrw:aCols[01]:bLClickHeader := {|| SetOrden(oBrw:aCols[01],"doc+0 ASC",oQry ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

xbrowse + Tdolphin + Mysql

... OF oWChld y al presionar el boton refrescar Pantalla: STATIC FUNCTION RefrescarPantalla(oLbx) *---------------------------------- SetDolphin( oLbx, cViaje,.f. ) cViaje:Refresh() oLbx:Refresh(.t.) oLbx:SetFocus() RETURN .T. SALE ERROR: Time from start: 0 hours 0 mins 11 secs Error ...
by jbrita
Sun Oct 17, 2021 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

Re: SQL BROWSER with FIVEWIN + xBrowser

Mr Nages solved the problem. Thanks

s_oData := M->oServer:Query( cNotes )
s_oData:refresh()
s_oBrowse:acols := {}
s_oBrowse:SetDolphin(s_oData, .t.)
s_oBrowse:GoTop()
s_oBrowse:Refresh()
by MGA
Thu Feb 11, 2021 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1715

Re: SQL BROWSER with FIVEWIN + xBrowser

... to clear the previous query to get only the columns for the new query. s_oResult := M->oServer:Query( cNotes ) s_oData := s_oResult s_oBrowse:SetDolphin(s_oData, .t.) s_oBrowse:GoTop() s_oBrowse:Refresh()
by MGA
Thu Feb 11, 2021 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1715

Re: SQL BROWSER with FIVEWIN + xBrowser

MGA wrote:Mr Nages,

is posslble?


Please open new query and if successfully opened, try
oBrw:SetDolphin( oNewQry, .t. )

Mr. Jimmy
For PostGre SQL also please try the same thing
oBrw:SetPostGre( oNewQry, .t. )
by nageswaragunupudi
Thu Feb 11, 2021 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1715

Xbrowse, Mysql y Tdolphin.. error de orden..

... STRETCHCOL_WIDEST oBrw:oFont := oFont2 oBrw:bLDblClick := {|| Ing_Inv_Gral(oBrw, cTab_Art, cTab_Art:cod_art , cEmpresa), cTab_Art:Refresh() } oBrw:SetDolphin(cTab_Art,.T.,.T.) oBrw:aCols[1]:cHeader := "Código" oBrw:aCols[1]:bStrData := { || cTab_Art:cod_art } oBrw:aCols[1]:nHeadStrAlign ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 811

Re: Llenar campo con MariaDB

Muchas gracias estimado Cesar

Funciona, pero no actualiza el Browse
Con con TDolphin se usa: oBrw:SetDolphin(oSQL)

Cómo es con MariaDB?
by acuellar
Tue Feb 26, 2019 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Llenar campo con MariaDB
Replies: 11
Views: 1287

xbrowse.. y barras.

... cTab_Art), cTab_Art:Refresh() } oBrw:bKeyDown := { | nKey | TeclasProducto(nKey, oBrw, cTab_Art) } oBrw:oFont := oFont2 oBrw:SetDolphin(cTab_Art,.T.,.T.) alguien me orienta...no veo el error.
by kpidata
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 829

Re: error ORDBAGNAME, con mysql tdolphin y xbrowse

... } aWhere := "cod_mar='"+AllTrim(cCod_Mar)+"'" xServer: Update( "ext_mar", aCampos, aValues, aWhere ) Endif Endif SetDolphin( oBrw, cExt_Mar,.f. ) cExt_Mar:Refresh() oBrw:SetFocus() oBrw:Refresh() RETURN NIL
by kpidata
Fri Aug 24, 2018 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 750

error ORDBAGNAME, con mysql tdolphin y xbrowse

... oBrw:lAutoSort:=.T. oBrw:bLDblClick := {|| Add_Marca_Extintores(.F.,oBrw, cExt_Mar), cExt_Mar:Refresh() } oBrw:oFont := oFont2 oBrw:SetDolphin(cExt_Mar,.T.,.T.) oBrw:aCols[1]:cHeader := "Código" oBrw:aCols[1]:bStrData := { || cExt_Mar:cod_mar } oBrw:aCols[1]:nHeadStrAlign ...
by kpidata
Fri Aug 24, 2018 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 750

Re: error al borrar registro con xbrowse, tdophin, mysql

... FUNCTION DelModelo(oBrw,cEmpresa,cAclave,cTab_Modelo, cod_modelo) Local cSql If Alltrim(cAclave)=Alltrim( cEmpresa [15]) cTab_Modelo:delete() SetDolphin( oBrw, cTab_Modelo,.f. ) cTab_Modelo:Refresh() oBrw:SetFocus() oBrw:Refresh() Else TipoMensaje("Usuario no habilitado") Endif RETURN( ...
by joseluisysturiz
Tue Jul 17, 2018 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al borrar registro con xbrowse, tdophin, mysql
Replies: 8
Views: 1546

Re: error al borrar registro con xbrowse, tdophin, mysql

... FUNCTION DelModelo(oBrw,cEmpresa,cAclave,cTab_Modelo, cod_modelo) Local cSql If Alltrim(cAclave)=Alltrim( cEmpresa [15]) cTab_Modelo:delete() SetDolphin( oBrw, cTab_Modelo,.f. ) cTab_Modelo:Refresh() oBrw:SetFocus() oBrw:Refresh() Else TipoMensaje("Usuario no habilitado") Endif RETURN( ...
by kpidata
Mon Jul 16, 2018 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al borrar registro con xbrowse, tdophin, mysql
Replies: 8
Views: 1546

Re: Error GRAVE en xbrowse 18.05

... derived from XBrowse. Right? We made some changes to all Set... methods and they are all working correctly (to the extent we tested), including SetDolphin() and retain full backward compatibility. Your xGrid class overrides parent class's method SetDolphin(). So any changes made to method SetDolphin() ...
by nageswaragunupudi
Sun Jul 15, 2018 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error GRAVE en xbrowse 18.05
Replies: 3
Views: 890
Next

Return to advanced search