Search found 3037 matches: lines

Return to advanced search

Re: Filter on Xbrowse

... to do, but in part I solved my problem. - is compatible with all archives -for each table or archive create an ini file - all the filters and many lines for each filter are saved in the ini file https://i.postimg.cc/y8Zxhz5m/j.gif I still have to perfect it but it seems to work
by Silvio.Falconi
Wed May 08, 2024 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: how to change the size of an xbrowse in runtime

... dialog the initial size is @ 40,10 XBROWSE oBrw SIZE -10,-110 PIXEL OF oDlg ; DATASOURCE oList COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES if I click on a checkbox the procedure must change the height to the xbrowse example - 60 in another procedure I have already done it but I reduce ...
by Silvio.Falconi
Thu May 02, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 284

Re: 2404 Fivewin.ch error -- Antonio

The problem is these two lines in fivewin.ch:

Code: Select all  Expand view
static aFwStack      := {}
static _fwhtmp_      := nil


An include file would never contain variables or functions definitions.
by Enrico Maria Giordano
Tue Apr 30, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206

Re: 2404 Fivewin.ch error -- Antonio

Dear Rick,

Can you please post here the first lines of your login.prg ?

thanks!
by Antonio Linares
Mon Apr 29, 2024 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206

Re: Report rpreview excel button disable not work

Please try this change in \source\classes\report.prg : Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()         PrintEnd()//   ...
by richard-service
Sat Apr 27, 2024 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 646

Re: Report rpreview excel button disable not work

Please try this change in \source\classes\report.prg : Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()      ...
by nageswaragunupudi
Sat Apr 27, 2024 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 646

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) DATA aDefaultCols INIT ARRAY( ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 449

Re: xbrowse problem with :bLClicked

... function. However, using SetKey() with a dummy shortcut is a common idiom in Harbour programming to create a short delay. Sorry but with these lines : bKeyChar := {| k |   (If( k == VK_SPACE,;      (if( oBrw:IsSelectedRow(), ;         ADel( oBrw:aSelected, oBrw:BookMark,.t. ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

Re: RMChart

... 3.2.0dev (r2104281802) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'd:\xbase-proyectos\varios\rmchart\source\TESTRMC.prg'... Lines 5422, Functions/Procedures 8 Generating C source output to 'C:\fivedit\TESTRMC.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 ...
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 265

Re: colorize btnbmp with diagonal

... https://i.postimg.cc/P5SZHc5W/no.png With Truepixel https://i.postimg.cc/2jnZy358/si.png the space between the lines is greater if the dialog is truepixel Is there a method to get the lines closer together? or maybe they are the same and I see them as different :D
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

Re: colorize btnbmp with diagonal

... it automatically, I didn't want to insert the width and height of each button, if in a window I have 80 buttons all with different sizes, how many lines of source do you think I should write? ciertamente cariño, pero lo quería automáticamente, no quería insertar el ancho y alto de cada botón, si ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

SetMultiSelectCol() on line

... row" action DeSelect_One_array(oBrw) MENUITEM "Deselect everything" action oBrw:SelectRow( 0 ) MENUITEM "Prints the selected lines" action PrintBrowse(oParent:cCaption,oBrw,oDbf) MENUITEM "Export the selected rows" action ExportToExcel(oBrw ) else // MENUITEM ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 226

Compiling error Antonio Nages resolved

... /oObj\test.c Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 5140, Functions/Procedures 2 Generating C source output to 'Obj\test.c'... Done. [1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

New txbrowse

... buttons at my foot, this in all the dialogs and I was wondering if I could create an already defined xbrowse without having to copy the same lines every time for each procedure. Furthermore, in the xbrowse columns I need to set many (default) columns but in reality the end user can only show ...
by Silvio.Falconi
Fri Apr 12, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 449

Error Fwh 24.02 con XBROWSE

... ; TITLE "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 XBROWSE oBrw OF oWnd ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT SIZE -10,-10 PIXEL FONT oFont WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 4 :nHeaderHeight ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 108
Next

Return to advanced search