Search found 161 matches: obrw1

Return to advanced search

Combobox no actualiza

... BTNBMP RESOURCE "Conecta"  SIZE 70,15 OF oDlg NOBORDER LEFT PROMPT "Rescatar Impresos" ACTION ( Rescata(aAlias,cini), oBrw1:SetFocus() )         @ 17, 10 Say oSay PROMPT titulopanta1 OF oDlg PIXEL SIZE 380,15 COLOR nRGb( 251, 151,  71 ...
by JoseLuis
Thu May 25, 2023 8:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox no actualiza
Replies: 2
Views: 170

Re: Xbrowse para carga rápida

Hola. usas un Get, yo lo uso asi

REDEFINE GET aGets[17] VAR codbarra ID 30 OF oDlg PICTURE "@!" UPDATE

aGets[17]:bKeyDown:={|nKey|If(nkey == VK_RETURN,BuscarProd( @codbarra,oBrw1,aPunto_A,oDlg,TotVal,aGets ), ) }

saludos
by jbrita
Tue May 23, 2023 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse para carga rápida
Replies: 7
Views: 745

Re: Es Posible Ocultar Xbrowse ?

karinha wrote:
Code: Select all  Expand view

   oBrw1:Hide()
   y al hacer click() en el boton:
   oBrw1:Show()
 


Regards, saludos.


Hola João

Muchas gracias por responder.

Es lo que hago, , ahora encontre el error, un oBrw1:Open(), que tenia puesto que no correspondia.

Muchas gracias.

Saludos

Antonio
by remtec
Fri Sep 16, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es Posible Ocultar Xbrowse ?
Replies: 2
Views: 179

colorize xbrowse on specific col/row

... coordinates to colorize https://i.postimg.cc/4d7Td1mk/hhh.png If I make For n= 1 to Len(aPos) nRow:= aPos[n][1] nCol:= aPos[n][2] oBrw1:aCols[nCol]:bClrStd := {|| { CLR_BLACK,IIf(oBrw1:nArrayAt=nRow, nColor1,CLR_WHITE) } } next it colorize only the last nRow , so I think it need ...
by Silvio.Falconi
Tue May 31, 2022 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 435

Strange array/ oDbf

... DIALOG oDlg CENTERED ; ON INIT ( Refresh_data2(oDbf,oSay,oBrw2,nRadio),; //this call Crea_data2(oDbf,nRecord,oBrw2, nTipo ) Refresh_data1(oDbf,oBrw1,adataDbf),; // this call Crea_data1(adata,nRecord,oDbf,oBrw1) aGet[7]:nHeight:=21.2,; Eval(oDlg:bResized) ) If I change aData1 :={} aData2 :={} ...
by Silvio.Falconi
Mon May 30, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange array/ oDbf
Replies: 0
Views: 128

Re: Relacionar búsqueda ente dos xBrowse

Hola, En el browse oBrw1 utiliza el evento ::bChange para detectar los movimientos verticales. Cuando se produzca movimiento vertical entonces actualiza el oBrw2 oBrw1:bChange:= {|oBrw, lRow| If(lRow, Aqui_Actualizar_oBrw2, ...
by El Loco
Thu Mar 24, 2022 12:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relacionar búsqueda ente dos xBrowse (SOLUCIONADO)
Replies: 8
Views: 671

Re: Relacionar búsqueda ente dos xBrowse

Hola, En el browse oBrw1 utiliza el evento ::bChange para detectar los movimientos verticales. Cuando se produzca movimiento vertical entonces actualiza el oBrw2 oBrw1:bChange:= {|oBrw, lRow| If(lRow, Aqui_Actualizar_oBrw2, ...
by El Loco
Wed Mar 23, 2022 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relacionar búsqueda ente dos xBrowse (SOLUCIONADO)
Replies: 8
Views: 671

Re: Relacionar búsqueda ente dos xBrowse

Hola,

En el browse oBrw1 utiliza el evento ::bChange para detectar los movimientos verticales. Cuando se produzca movimiento vertical entonces actualiza el oBrw2

Code: Select all  Expand view
oBrw1:bChange:= {|oBrw, lRow| If(lRow, Aqui_Actualizar_oBrw2, NIL) }


Salu2
by hmpaquito
Wed Mar 23, 2022 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relacionar búsqueda ente dos xBrowse (SOLUCIONADO)
Replies: 8
Views: 671

Re: como capto Dobleclick en xbrowse

hay 2 Ejemplos: oBrw1:bLDblClick := { |nRow,nCol,nKeyFlags|(VerDisponibilidad(oBrw1),oBrw1:Refresh(),oDlg:End())} REDEFINE XBROWSE oLbx FIELDS cExi_Suca:ma_CodBar,cExi_SucA:ma_des1,Stock_PtoA(),PrecioA_1(); HEADERS "Cod.Barra","Descripcion","Stock","Pr.venta"; ...
by jbrita
Wed Apr 28, 2021 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como capto Dobleclick en xbrowse
Replies: 2
Views: 512

Re: To Mr Nages : change bClrStd on line

... to change the list / array < aTextCol > to < AEval syntax > :?: http://www.service-fivewin.de/IMAGES/Textcol1.jpg oBrw1:bPainted  := < |hDC|       oBrw1:aCols[ 1 ]:bClrStd       := { || { aTextCol[ 1 ], CLR_BLACK } }      oBrw1:aCols[ ...
by ukoenig
Mon Apr 19, 2021 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Nages : change bClrStd on line
Replies: 11
Views: 1960

How to change the xBrowse-bkstyle at runtime ?

I would like to change the style at runtime from selection ( radio ) @ 10, 10 XBROWSE oBrw1 SIZE 850, 525 PIXEL OF oFld:aDialogs[ 1 ] ; COLSIZES 40, 110, 110, 200, 150, 70, 100, 100, 100, 80, 60, 120, 160 ; DATASOURCE oCustomer AUTOCOLS LINES NOBORDER FONT oFont2 ; ...
by ukoenig
Thu Apr 15, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change the xBrowse-bkstyle at runtime ?
Replies: 1
Views: 407

Re: xBrowser

... on folderpage 1 the border-results selected on folderpage 2 are visible on pagechange as well like the background on folderpage 1 @ 10, 10 XBROWSE oBrw1 SIZE 850, 525 PIXEL OF oFld:aDialogs[ 1 ] ; COLSIZES 40, 110, 110, 200, 150, 70, 100, 100, 100, 80, 60, 120, 160 ; DATASOURCE oCustomer AUTOCOLS ...
by ukoenig
Wed Apr 14, 2021 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 9
Views: 1093

Re: Editing individual lines

trying to help #include "FiveWin.ch" #include "XBrowse.ch" function Main() local oDlg, oFld, oBrw1, oBrw2 local aDat1, aDat2 aDat1:={{"Row1-Col1","Row1-Col2","Row1-Col3"},; {"Row2-Col1","Row2-Col2","Row2-Col3"},; ...
by MGA
Wed Mar 17, 2021 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing individual lines
Replies: 2
Views: 481

XBROWSE + EDIT_GET

amigos necesito de su ayuda.. tengo un xbrowse: oBrw1:aCols[1]:cHeader := "Codigo"+CRLF+'Barra' oBrw1:aCols[1]:cEditPicture := 'XXXXXXXXXXXXXXX' oBrw1:aCols[1]:bOnPostEdit := { | oCol, xVal, nKey | If( nKey == VK_RETURN,"",) } ...
by jbrita
Mon Aug 17, 2020 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE + EDIT_GET
Replies: 0
Views: 267

Re: XBROWSE: Color of the record selector triangle

... this image is displayed on record //selector in the place of the standard right arrow. //Advised to specify bitmap with size 16x16 or less . oBrw1:bClrSelFocus := { || { 0, 14540287 } } oBrw1:bClrSel := { || { 0, 15132365 } } oBrw1:nRecSelColor := 15512898 oBrw1:nRecSelWidth := 50 oBrw1:SetRecSelBmp( ...
by ukoenig
Wed Jul 29, 2020 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE: Color of the record selector triangle
Replies: 2
Views: 390
Next

Return to advanced search