Search found 782 matches: xbrowser

Return to advanced search

Re: xbrowser, setorder DESC

ok.
And so that the column that is ordered by "SELECT" appears the TRIANGULITE as it is done?
by goosfancito
Mon Mar 25, 2024 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: xbrowser, setorder DESC

If the column is already ordered oCol:SetOrder() toggles ASC and DESC.
You need not have set aCols[ 2 ]:SetOrder() because it was already in the descending order.
by nageswaragunupudi
Mon Mar 25, 2024 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: xbrowser, setorder DESC

cmsoft wrote:
goosfancito wrote:acols[2]:setorder() (que es la columna fecha) y me lo ordena en forma ASCEndente.

Code: Select all  Expand view

oBrw:aCols[2]:SetOrder()
oBrw:aCols[2]:cOrder := 'D'
 

De esta manenar te indica que el orden es descendente


Termino de probarlo pero no me lo hace che.
by goosfancito
Mon Mar 25, 2024 4:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: xbrowser, setorder DESC

gracias!
by goosfancito
Thu Mar 21, 2024 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: Hide/show search system on a dialog - Resolved

on xbrowser.prg there is not on buttonbar the get and the combobox


In that example, the sample hides the buttonbar.
Please use similar logic to hide the says,get and combobox instead of buttonbar in your case.

Logic is the same.
by nageswaragunupudi
Tue Mar 19, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1182

Re: Hide/show search system on a dialog - Resolved

nageswaragunupudi wrote:Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.

on xbrowser.prg there is not on buttonbar the get and the combobox
by Silvio.Falconi
Tue Mar 19, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1182

Re: xbrowser, setorder DESC

goosfancito wrote:acols[2]:setorder() (que es la columna fecha) y me lo ordena en forma ASCEndente.

Code: Select all  Expand view

oBrw:aCols[2]:SetOrder()
oBrw:aCols[2]:cOrder := 'D'
 

De esta manenar te indica que el orden es descendente
by cmsoft
Wed Mar 13, 2024 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: xbrowser, setorder DESC

Estimado goosfancito

Tenes que crear tu indice en DESCENDENTE
Code: Select all  Expand view

INDEX ON NOMBRE TAG NOM  DESCEND
.....

....
SET ORDER TO TAG NOM
 
by acuellar
Wed Mar 13, 2024 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: xbrowser, setorder DESC

Ok.
Pero yo necesito que cuando muestre el xbrowser (al iniciar el programa) ya me muestre ordenado descendientemente por una columna.
by goosfancito
Tue Mar 12, 2024 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

Re: xbrowser, setorder DESC

If we use AUTOSORT clause while defining XBrowse, when the user clicks on a header, it automatically toggles sort ascending and descending.
by nageswaragunupudi
Mon Mar 11, 2024 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

xbrowser, setorder DESC

Hola.

Mi procedimiento almacenado en MARIADB devuelve la consulta ordenado por Fecha y Descendiente,
en el código luego hago un
acols[2]:setorder() (que es la columna fecha) y me lo ordena en forma ASCEndente.
como hago para que me lo ordene DESCENDENTE?
by goosfancito
Sat Mar 09, 2024 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1653

To Nageswrao Del Objs on TscrollPanel

... } NEXT Function Erase_Items(oBrw,oPanel) local nItem:= oBrw:aArrayData[ oBrw:nArrayAt ][2] aDel(oBrw:aArraydata,nItem-1) // xbrowser oBrw:aArraydata oPanel:aControls[nItem]:destroy() oBrw:refresh() oPanel:refresh() return nil Function Manage_Items(aData,oBrowse)  ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653

Re: DBF editor

`mh_dbftohtml()` is a Fivetech function similar to `xBrowser()`. You pass the path of the database, and then a standard browser is automatically created. Here, you can practically see the entire endpoint code.

Image
by Otto
Wed Feb 21, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editor
Replies: 2
Views: 233

Re: ancho del setgroup?

Hola. necesito darle mas ancho a los setgroup de mi xbrowser, se puede? como lo hago?      :setGroupHeader( "Infissi", 5, 6, oFont ) gracias Width of Group Header is always = Total of widths of all columns in the group We can increase ...
by nageswaragunupudi
Mon Feb 19, 2024 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ancho del setgroup?
Replies: 4
Views: 370

ancho del setgroup?

Hola. necesito darle mas ancho a los setgroup de mi xbrowser,
se puede? como lo hago?

Code: Select all  Expand view
     :setGroupHeader( "Infissi", 5, 6, oFont )


gracias
by goosfancito
Sun Feb 18, 2024 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ancho del setgroup?
Replies: 4
Views: 370
Next

Return to advanced search