Search found 6115 matches: browse

Return to advanced search

Re: xbrowseWeb - Work in Progress

xbrowseWeb to browse a DBF file

This is what I am looking for.
Later we can extend it to other data sources too.
by nageswaragunupudi
Sat Apr 20, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 93

xbrowseWeb - Work in Progress

Hello friends, For some time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 93

FWMARIA TOEXCEL ERROR FREEZEPANES

Estimado Foro Al realizar la exportacion a Excel desde un browse me muestra el siguiente error desde algunas consultas Error description: Error Excel.Application:ACTIVEWINDOW/3 DISP_E_MEMBERNOTFOUND: _FREEZEPANES Args: [ 1] = L .T. Stack Calls =========== ...
by cjcardoza
Fri Apr 05, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3250

Re: records on xbrowse

oBrw:nLen and oBrw:nDataRows get their values after the first Refresh/paint of the browse. Also oBrw:nDataRows changes when browse is resized. DEFINE BUTTON/BTNBMP ..... (arrows)  ... WHEN ( oBrw:nDataRows >= oBrw:nLen ) would work Not%20working ...
by Silvio.Falconi
Tue Mar 26, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1688

Re: records on xbrowse

oBrw:nLen and oBrw:nDataRows get their values after the first Refresh/paint of the browse.
Also oBrw:nDataRows changes when browse is resized.

Code: Select all  Expand view
DEFINE BUTTON/BTNBMP ..... (arrows)  ... WHEN ( oBrw:nDataRows >= oBrw:nLen )

would work
by nageswaragunupudi
Tue Mar 26, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1688

Eliminar Botones de xBrowse

...   xBrowser aDbfTxt  el cual me muestra esta imagen: http://www.datanet.space/fw/g1.png quisiera eliminar la barra de botones del browse, que solo muestre esto: http://www.datanet.space/fw/g2.png gracias por la ayuda...
by JoseAlvarez
Mon Mar 11, 2024 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Eliminar Botones de xBrowse
Replies: 2
Views: 466

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Armando Here is the code ... I do have the form in a .rc but I would think you should be able to change the browse behaviour in code ?? Rao ?? REDEFINE xBROWSE oLBXA        ;         RECORDSET oRsContact        ;         COLUMNS "IDSTATUS",         ;                ...
by Rick Lipkin
Wed Mar 06, 2024 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 330

New FTDN February 2024 (FWH 24.02)

... new METHOD End() and MESSAGE hWnd. * Samples\oemboxch.prg: How to view oem box chars in a Winodws application. * samples\mariabig.prg: Read and Browse table with 4.1 million records from mysql cloud server using RecSet() class FWHMaria lib * Enhancement: Class TWebView() new METHOD Dispatch( ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 202

Re: XBROWSE with "fullwidth" autocols

Number of columns
Code: Select all  Expand view
? Len( oBrw:aCols )


To fill the width of browse window
Code: Select all  Expand view
oBrw:nStretchCol := STRETCHCOL_WIDEST
by nageswaragunupudi
Thu Feb 29, 2024 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE with "fullwidth" autocols
Replies: 2
Views: 146

Re: To Nageswrao Del Objs on TscrollPanel

... Panel/dialog/window oPanel:aControls[ n ]:End()HB_ADel( oPanel:aControls[ n ], n, .t. ) To delete current row in XBrowse ( applies to arrays, dbf, ado or any data source) oBrw:Delete()oBrw:Refresh() This code: FOR i := 1 TO LEN(oBrw:aCols)oCol ...
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 660

Re: URLLINK + XBROWSE

Leandro, Lo del cursor esta complicado, encontré dos inconvenientes: 1.- xBrowse permite definir cursor general a todo el Browse, no a columnas individuales, que sería lo interesante. 2.- Así lo definas un cursor al Browse, en la columna en la que se asinge ToolTip, ...
by Cgallegoa
Tue Feb 27, 2024 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 933

Error en Picture de footer xBrowse

... Como pueden ver, solo coloca un decimal, siendo que el picture indica dos decimales y en las filas del browse se ve con los 2 decimales. El fallo en el footers. Lo unico diferente que estoy haciendo es colocando el xBrowse en un Folderex, pero no creo ...
by JoseAlvarez
Thu Feb 22, 2024 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Picture de footer xBrowse
Replies: 4
Views: 136

Re: Crear Catalago Digital

... todo lo necesario. Solo que no tengo idea de como hacerlo. Me imagino que habra que usar algún generador de reportes, o habrá que hacerlo en un browse y luego exportarlo, no se. Solo he usado FastReport para algunas cosas muy simples, como emitir listas. Alguna luz de como proceder? Saludos, ...
by joseluisysturiz
Wed Feb 14, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 438

Re: mariadb_connect bigdata and read as page

... for normal use. You may use RecSet() only when you need to read for very large tables ( say more than 50000 records) and display them in a single browse. RecSet has limited features. Please refer to the other thread for the supported and unsupported methods of RecSet class.
by nageswaragunupudi
Mon Feb 12, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 303

Re: Mr. Rao, refresh a Tree

Mr. Rao: the browse recordset has several columns although in the browse I only show three, the ones necessary to form the tree, and the editing of all the columns is done in a dialog, I am going to upload a video to better explain ...
by Armando
Fri Feb 09, 2024 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 724
Next

Return to advanced search