Search found 26 matches: setxbrowse

Return to advanced search

HBMK2 Problem linking

Hi Guys, IF I create a rowset where I use ORDER or LIMIT EditSource() Is not working. I think it's doing wrong changes in my sql statement. Please look at this little code: oRs := oBD:QUERY("SELECT * FROM tipos AS tip  ORDER BY ctipo LIMIT 1000")oRs:bEdit   := { |oRec| ManTab&...
by vilian
Thu Jun 04, 2020 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5258

Re: xBrowse anomoly

... <fieldname/fieldNo>, [cNewPic] ) --> cPic  When we create XBrowse for a TDatabase object, XBrowse calls oDbf:SetXBrowse(...) to configure the browse. In other words, it is TDatabase that actually configures the browse. While configuring, TDatabase sets oCol:cEditPicture ...
by nageswaragunupudi
Fri May 01, 2020 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3326

MariaDB problem with large Table

... Error BASE/1066 Argument error: conditional Args: [ 1] = N 8 Stack Calls =========== Called from: .\source\internal\FWMARIA.PRG => FRECSET:SETXBROWSE( 955 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETODBF( 7407 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( ...
by mauri.menabue
Sat Jan 11, 2020 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB problem with large Table
Replies: 4
Views: 1103

Re: Sample for Lan network

If I not insert oCustomers:SetXBrowse( oApp():oGrid ) and make only   oApp():oGrid := TXBrowse():New( oApp():oDlg )   oApp():oGrid:nTop    := 00   oApp():oGrid:nLeft ...
by Silvio.Falconi
Wed Nov 07, 2018 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1818

Re: Sample for Lan network

Perhaps I resolved for the visualization oApp():oGrid := TXBrowse():New( oApp():oDlg ) oCustomers:SetXBrowse( oApp():oGrid ) Instead of    aBrowse   := { { { || oCustomers:ID }, i18n("ID"), 100, 0,0, },;    ...
by Silvio.Falconi
Wed Nov 07, 2018 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1818

TDatabase FWH 17.08 : Datas and Methods

... uChild, cRelation, [lScoped] ) Sets relation to another workarea/database object. uChild can be workarea number of other TDatabase object 88. SetXBrowse( oBrw, aCols, lAutoSort, lAutoCols ) Internal Used by XBrowse SetoDbf() method 89. Skip( nRecords ) Skips nRecords, executes bBof or bEof ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1781

Re: TDbf PRO disponible...

... Modificat METHOD GetStatus() i SetStatus(), añadiendo ::SetFilter(). < > 21/01/2011 Per a ser compatible amb XBROWSE: +afegit METHOD SETXBROWSE() +afegit tambe #define DATATYPE_ODBF 16 #define DBS_TAG 8 #define VK_ESCAPE 27 // 0x1B < */ Saludos,
by FiveWiDi
Sun Sep 07, 2014 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDbf PRO disponible...
Replies: 69
Views: 17013

Re: xBrowse + OO Array

... array has, and the navigation work bad, I think I need to review some method like EOF or skipper. regards Marcelo 1) I have just posted a sample SetXBrowse() method calling SetArray() internally. We have done this because the internal data is an array. That may not the case in all kinds of classes. ...
by nageswaragunupudi
Sat Jun 07, 2014 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4635

Re: xBrowse + OO Array

... with any user defined class PROVIDED that you define some methods and data. There are basically two alternatives: Alternative-1: Define a METHOD SetXBrowse( oBrw, aCols, lAutoSort, lAutoCols ) In this method you write code similar to that in SetODbf() method of xbrowse. You need to take care ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4635

Re: Simple xBrowse edit ?

... Please make this correction. I would request you to make this correction in tdatabase class, in \fwh\source\function\database.prg In the METHOD SetXBrowse( .... ) CLASS TDataBase, you will find this code:    WITH OBJECT oBrw      :oDbf          := ...
by nageswaragunupudi
Thu Oct 24, 2013 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple xBrowse edit ?
Replies: 10
Views: 2522

Re: xBrowse con Tdatabase mal en 1307

... release of FWH. This is a bug. I would request you to make this correction in tdatabase class, in \fwh\source\function\database.prg In the METHOD SetXBrowse( .... ) CLASS TDataBase, you will find this code:    WITH OBJECT oBrw      :oDbf          := oDbf      :bGoTop        := {|| oBrw:oDbf:GoTop() ...
by nageswaragunupudi
Sun Oct 20, 2013 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con Tdatabase mal en 1307 - Solucionado
Replies: 9
Views: 3303

New FTDN March/Marzo 2013 (FWH 13.03)

... - oDbf:Last } ; HEADERS nil, nil, "Service", "NewSalary", "FirstLast" Note: These enhancements are made in method SetXBrowse of database.prg. - Enhancement: Improved evaluation of expressions used while declaring columns in ADO. - Enhancement: When nEditType is ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2499

Re: Ejemplo xBrowse-MySql?

... GET oGet VAR cbusca OF oBar PICTURE "@S60!" SIZE 200,22 FONT oVentPrinc:oFont COLOR CLR_BLUE when .f. oLbx := TXBrowse():New( oWChld ) Setxbrowse(oLbx, oExi_Suc ) // importante para la navegacion oLbx:bKeyDown := {|nKey| ( PlisBuscar(nKey,@oExi_Suc,"exi_suc",nIndex[cVar],oLbx,@cBusca,cSelect),oLbx:Refresh(),oGet:Refresh() ...
by jbrita
Mon Apr 02, 2012 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo xBrowse-MySql?
Replies: 7
Views: 1969

Re: Pregunta de xBrowse y titulos

... JUSTIFY .F.,.F.,.F.; FIELDSIZES 25,210,210; ID 102 OF oDlg ON DBLCLICK (lAceptar := .T.,,oDlg:End()) Setxbrowse(oLbx, cMa_Viaje) // importante para la navegacion Saludos
by jbrita
Sat Jan 07, 2012 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta de xBrowse y titulos
Replies: 3
Views: 764

Re: xBrowse - Busqueda Incremental

... LIKE '"+UPPER(cBusca)+"%' ORDER BY "+oOrden+" LIMIT 100" oDatos:=oServer:Query(cQuery,.T.) Endif Endif Setxbrowse(oLbx, oDatos ) // importante para la navegacion oDatos:Refresh() oLbx:Refresh(.t.) oLbx:SetFocus() oDatos:GOTOP() return .t. con tienes para ...
by jbrita
Fri Dec 02, 2011 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Busqueda Incremental
Replies: 7
Views: 1777
Next

Return to advanced search