Search found 9232 matches: data

Return to advanced search

Re: Probando TGSAY.prg y su potencia.

Pues parece que ::lSombra es nil

Deberias incializar esa DATA en el Redefine()
by Antonio Linares
Wed May 08, 2024 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando TGSAY.prg y su potencia.
Replies: 15
Views: 252

Re: Problemas con resolucion y xBrowse

Dear Enrico. I need those columns empty because later I will fill them with data according to the user's operations. This data is always invisible to the user. They are for internal use of the software. Estimado Enrico: Esas columnas las necesito vacías porque ...
by JoseAlvarez
Sun May 05, 2024 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 165

Re: Filter on Xbrowse

... with mod harbour and I am familiar with it. But maybe, if there is interest, the program could be modified as well. Instead of loading the data from the server with the fetch method, they would be sent and received as shown here. oWebView := TWebView():New(1 , hWnd )oWebView:bOnBind ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: Filter on Xbrowse

Here you see A Xbrowse with bitmaps. Adjust the aBmp with your data. (a sample from Mr. Rao that I changed) #include "fivewin.ch"function Main()   static aBmp := { "c:\marc32\bitmaps\16x16\yes.bmp","c:\marc32\bitmaps\16x16\stop.bmp","c:\marc32\bitmaps\32x32\copy.bmp","c:\marc32\bitmaps\32x32\view.bmp" ...
by Marc Venken
Sat May 04, 2024 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

xbrowse (likely a custom table) whose contents change dynam

... menus. Adjust xbrowse Layout: Modify the layout or size of the xbrowse according to which radio menus are visible. Dynamic Filter Interaction and Data Submission This feature enables users to interactively apply filters to the displayed data, adjusting the table's view based on selected criteria. ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 61

Re: Filter on Xbrowse

... screens. Now the customer simple read the filter name and select. The way I generate my filters is that I use xbrowse filter headers, fill in some data and copy the filter expression into my filter DBF. https://www.maveco.be/fivewin/filter4.png If the idea is usable, i can post ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: New FTDN April 2024 (FWH 24.04)

... * Clase TArrayData ( source\classes\tarrdata.prg ) Corrección de errores: relacionados con el uso de PValue() en xHarbour. * Control TEdit: Nueva DATA lReadOnly: lReadOnly también se puede activar en tiempo de ejecución. * Función RoundBox() nuevo undecimo parámetro nPenStyle, por defecto PS_SOLID. ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 406

Re: Reload data in a combobox

... of Arteaga's Cawinrc program that Alfredo published in the prehistoric era https://i.postimg.cc/qMGPYTWL/alfedo.png and the data are saved in this type : https://i.postimg.cc/wBkFxqcf/linea-marca.png linea master category marca sub category linmar master+sub ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

Bug Combobox itemData in FWH-23.10

Hi, Testing Mr. Rao's example, with FWH-23.10, I detect that the "oItem:itemData" attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 ...
by Cgallegoa
Wed May 01, 2024 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 6
Views: 224

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function Main()   local c...
by nageswaragunupudi
Tue Apr 30, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

Re: Reload data in a combobox

the second combobox control works fine if I do it in a single dimension, when it tries to repopulate the asubcategory array with two elements it doesn't work and crashes
by Silvio.Falconi
Tue Apr 30, 2024 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

Reload data in a combobox

... (nArea) return  aItems//------------------------------------------------------------------------//CLASS TXData from TDatabase      DATA cDbfPath   init ".\data\"ENDCLASSCLASS TCategorie from TXDataMETHOD New() METHOD GetList()ENDCLASSMETHOD New( lShared ) CLASS TCategorie  ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

Re: combobox color

Hi, The "oItem:itemData" attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg ...
by Cgallegoa
Tue Apr 30, 2024 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 572

New FTDN April 2024 (FWH 24.04)

... etc. Fixed * TArrayData class ( source\classes\tarrdata.prg ) Bug fixes: relating to use of PValue() in xHarbour * TEdit control: New DATA lReadOnly: lReadOnly can be toggled during runtime also. * function RoundBox() new 11th parameter nPenStyle, default PS_SOLID Syntax: RoundBox( ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 406

Re: New txbrowse

best solution @ 103,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 449
Next

Return to advanced search