Search found 143 matches: obrw2

Return to advanced search

Re: XBROWSE no refresca datos

... el browse lo refrescas, pero nunca le has dicho al browse que sus datos han cambiado. Eso lo hace oBrw3:aArrayData=aData3 Obviamente antes con el oBrw2 Saludos Jesús Marín Valencia - España
by JESUS MARIN
Mon Mar 13, 2023 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE no refresca datos SOLUCIONADO
Replies: 5
Views: 504

Solicito ayuda para relacionar 2 o mas dbf

... aca el prg. local oDlg, oBrw, cAlias := cGetNewAlias( "PRECFOR" ) local oBr, oFont local titgral := 'Precios de FORMULARIOS' local oBrw2, cAlias2 := cGetNewAlias( "PRECBAR" ) local titgral2 := 'Precios de BAR' aBotones := { {"Work Area.bmp","Agrego Registro ...
by José Camilo
Thu Dec 15, 2022 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito ayuda para relacionar 2 o mas dbf
Replies: 1
Views: 233

Re: The more fancy Xbrowses the more slow they become ?

... } :bChange := { || scopetimer(oBrw),('foto')->(DBGOTOP()),oBrw2:Refresh(),oBrw4:gotop(),oBrw4:Refresh(),oImage:Refresh(),oImage2:Refresh(),Obrw:refresh(),Oget:refresh(),oGet2:refresh() } oFld:bAction := { || ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

assign on a get

to assign on a get a number How I must do .. :D .I not remember



IF lValore
nValore:=1
* aGet[7]:ctext(nValore) this make error
aGet[7]:refresh()
Specivalue(aTemp2,lValore,nValore,oBrw2,nRadio2)
ENDIF
by Silvio.Falconi
Mon Jun 06, 2022 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: assign on a get
Replies: 2
Views: 269

Strange array/ oDbf

... oDbf:gobottom() aData1 := aData1_array() aData2 := aData2_array() ...... ACTIVATE 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) ...
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

... 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, NIL) } Salu2 Paquito no funciono .... pero seguro algo estoy haciendo ...
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

... 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, NIL) } Salu2 Desde ya muchísimas gracias por tu pronta respuesta. ...
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: 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

MySql OrdScope SOLUCIONADO

... { || ( oRs2:SetFilter( 'subcli= oRs:Fieldget(2) ' ) , oRs2:Update(), xbCli:Refresh(),xTbx:SetFocus() ) } oRs2 es la cosulta para el segundo oBrw2 y subcli es el campo. oRs:FieldGet(2) contiene el número por el que quiero filtar. Hola, tengo 2 xBrowse, el campo cliente contienen lo mismo ...
by D.Fernandez
Sun Dec 27, 2020 4:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql OrdScope SOLUCIONADO
Replies: 4
Views: 795

Re: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset

... 5 chars and still can't. "xcode := Trim( ors1:Code )" - try Trim () and Alltrim () as well, the recordset results cannot be displayed on oBrw2. - oBrw2 can only display the correct data in the oBrw2:Filter command only. please I was given a full explanation about TRecSet Class, starting ...
by Mulyadi
Sun May 10, 2020 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Replies: 3
Views: 662

FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset

Please help for my case like this: if open data with FW_OpenTRecSet(oCon, cSql) then the data in oBrw2 is not refreshed, but if it is open in FW_OpenRecordSet( oCon, cSql ) mode then the data in oBrw2 can be displayed. in TRecSet mode can run if only filter command. while ...
by Mulyadi
Sat May 09, 2020 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Replies: 3
Views: 662

Re: XBrowser de 2 tablas al mismo tiempo, se puede ??

... autoajustable por parte del usuario. @ 0,0 SPLITTER oBrDocCli:oHSplit ; HORIZONTAL; PREVIOUS CONTROLS oBrDocCli:oBrw ; HINDS CONTROLS oBrDocCli:oBrw2 ; TOP MARGIN 40 ; BOTTOM MARGIN 40 ; SIZE 300, 4 PIXEL ; OF oBrDocCli:oWnd ; _3DLOOK oBrDocCli:oWnd:oClient := oBrDocCli:oHSplit
by jnavas
Tue Mar 10, 2020 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowser de 2 tablas al mismo tiempo, se puede ??
Replies: 6
Views: 1577

A problem TDatabase and xBrowse using < edit_get >

... , 'Last', 'Street', 'City' OF oDlg ; SIZE -10,-160 PIXEL ; COLSIZES "50, 120, 120, 110, 110" ; DATASOURCE oCustomer @ 130,10 XBROWSE oBrw2 ; COLUMNS "Id", 'First' , 'Last', 'Street', 'City' OF oDlg ; SIZE -10,-50 PIXEL ; COLSIZES "50, 120, 120, 110, 110" ; ALIAS ...
by ukoenig
Sun Nov 17, 2019 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem TDatabase and xBrowse using < edit_get >
Replies: 3
Views: 836

Re: XBROWSE Questions

... I needed the same solution for a language-translation browser 1 :lColChangeNotify := .t. :bChange := { || If( oBrw1:lFocused, SyncBrowses( oBrw1, oBrw2 ), nil ) } :bGotFocus := { || SyncBrowses( oBrw1, oBrw2 ) } browser 2 :lColChangeNotify := .t. :bChange := { || If( oBrw2:lFocused, SyncBrowses( ...
by ukoenig
Thu Nov 07, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Questions
Replies: 3
Views: 535
Next

Return to advanced search