Search found 28 matches: xbrowe

Return to advanced search

Re: Automatic xbrowse refresh

Hi,
When i start the xbrowe, i get the time() in a static / global var

When i use the on change, ik get the time in a the same static / global var

In the timer i compre the actual time with the static/gloval var and if it is too long, i do a frefresh() .

Philippe
by Jack
Mon Oct 22, 2018 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automatic xbrowse refresh
Replies: 5
Views: 1284

Re: ADD COLUMN TO XBROWSE

... the Global setting in FWNumformat(). XBrowse determines the thousands separator and country based formatting based on FWNumFormat() settings. (d) XBrowe decides the GETSET codeblock in such a way that it is possbile to substitute a different alias at runtime. (e) XBrowse also decides how and when ...
by nageswaragunupudi
Tue Mar 21, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 728

Re: MODIFICACION EN LA XBROWSE PARA PINTARLO TIPO ZEBRA

... you want to add a new DATA to XBrowse, it is not necessary to modify xbrowse.prg. It is not even necessary to have a derived class. After defining xBrowe, oBrw:AddVar( "LZEBRA", .t. ) Now we can use oBrw:lZebra like any other DATA
by nageswaragunupudi
Fri May 13, 2016 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MODIFICACION EN LA XBROWSE PARA PINTARLO TIPO ZEBRA
Replies: 7
Views: 1601

Re: Metodo Report de XBrowse - Totales

Please make this correction in the static function MakeRepCol( oRep, oXCol ) in xbrowe.prg Existing code:      oCol := RptAddColumn( aHeader, nil ,;                            ...
by nageswaragunupudi
Sun Jul 19, 2015 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Metodo Report de XBrowse - Totales
Replies: 2
Views: 518

Re: ADO RDD xHarbour

Mr Lucas

Can you explain the purpose of
Code: Select all  Expand view
   SET ADO TEMPORAY NAMES INDEX LIST TO {"TMP","TEMP", "TEMPORARY" }

  SET ADO DEFAULT RECNO FIELD TO "HBRECNO"
 

and can we use XBROWE() instead of BROWSE() ?
by nageswaragunupudi
Wed Jul 01, 2015 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446342

Re: Tfilter Class

Antonio, I use this for my app for sample I wish show (on a xbrowe) all customers of a city or Region or By saving a file suits research I can see in a moment what I want to see. Another example: I have a small program to the family budget. Use the calss ...
by Silvio.Falconi
Tue Jan 27, 2015 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfilter Class
Replies: 11
Views: 3010

Re: XBROWSE exclude or control ARROW keys in edit mode

... EDIT_BUTTON, EDIT_GET_BUTTON. The same purpose that was intended in the sample provided can be achieved by EDIT_LISTBOX or EDIT_BUTTON. XBrowe provided these facilities for such purposes specifically. In particula EDIT_BUTTON offers the greatest flexibility. The following example achieves ...
by nageswaragunupudi
Mon Nov 24, 2014 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5329

Help for one check xbrowse RESOLVED!!

I inserted a column with a checkbox on xbrowe on 1 pos with an array data http://www.eoeo.it/wp-content/uploads/2014/11/cxc.jpg and I wish the final user can select only one record if he select a record the all must be noselect ...
by Silvio.Falconi
Wed Nov 12, 2014 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for one check xbrowse RESOLVED!!
Replies: 1
Views: 513

Re: oBrw:aCols[x]:Hide() muuuy lento

... quede del xBrowse? otra pregunta, utlizar datos de tablas o mysql? si es asi yo hay veces que hago la consulta de suponte 5 campos y solo en el xbrowe defino 2, si se que los otros no los voy a mostrar (pero si usarlo para otro procedimiento) no los defino en el xbrowse.
by goosfancito
Wed Oct 01, 2014 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oBrw:aCols[x]:Hide() muuuy lento
Replies: 4
Views: 577

xBrowse con Tdatabase mal en 1307 - Solucionado

Buen día, Tengo un pequeño programa de muestra. Así básicamente uso la xBrowe con la TDatabase: #INCLUDE "FIVEWIN.Ch"#include "xbrowse.ch"#define renglon chr(13) + chr(10)//----------------------------------------------------------------------------//  ...
by rolando
Fri Oct 18, 2013 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con Tdatabase mal en 1307 - Solucionado
Replies: 9
Views: 3320

Re: Curiosidad XBROWSE

Only part of the code that must be confusing is why "REDEFINE ...." is working. Yes, that's. There is no big difference between REDEFINE XBROWE command and @ r,c XBROWSE command, except that in the case of REDEFINE an ID is specified. Yes, I know that. If the dialog is created from resource, ...
by FranciscoA
Sun Aug 11, 2013 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Curiosidad XBROWSE
Replies: 2
Views: 688

Re: Curiosidad XBROWSE

... is working. It should not be difficult to understand why rest of the code is working as is working. There is no big difference between REDEFINE XBROWE command and @ r,c XBROWSE command, except that in the case of REDEFINE an ID is specified. If the dialog is created from resource, then the ID ...
by nageswaragunupudi
Sun Aug 11, 2013 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Curiosidad XBROWSE
Replies: 2
Views: 688

XBREPORT : Less known features of FWH- 1

...  CLOSE CUSTreturn (0)  Result: http://img4.imageshack.us/img4/3684/1aro.jpg We can use all clauses of the XBrowe command syntax lile headers, picture clauses, alignments, etc and can easily handle memos and pictures too,. We may try another example with ...
by nageswaragunupudi
Tue Jul 30, 2013 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2168

lost memory with images in xBrowse

Hello, I have a problem with memory when work with images in xBrowse, the code of xBrowe's definition is   REDEFINE XBROWSE oBrwG ID 112 OF oDlg ;            COLUMNS 'imagen';             HEADER ...
by Marcelo Via Giglio
Mon Dec 03, 2012 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lost memory with images in xBrowse
Replies: 24
Views: 4953

Re: Xbrowe with array

Silvio, @ 10, 10 XBROWSE oBrw OF oDlg ; COLUMNS 1, 2 ; HEADERS "Cars","Values" ; COLSIZES 110, 110 ; ARRAY aData LINES FASTEDIT CELL ; SIZE 140, 200 PIXEL FONT oTxtFont ; ON CHANGE { aData1 := aData[oBrw:nArrayAt, 1 ], ; // Value of 1. Column aData2 := aData[oBrw:nArrayAt, 2 ], ;...
by ukoenig
Sun Aug 26, 2012 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowe with array
Replies: 1
Views: 468
Next

Return to advanced search