Search found 9470 matches: change

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... Open "notepad.exe buildh.bat" and locate the line echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib + >> b32.bc Change "libmysql.lib" as "libmysqld.lib" and save. Now we are ready. As a final check, make sure we have these 3 files in these ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10000

xbrowse problem with :bLClicked

... ), ) }  but if I use the mouse in the first column the system works, that is, if there are still records selected it does not change the buttonbar menu, if I use the space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: colorize btnbmp with diagonal

... full area) if you created the Dialog with TRUEPIXEL clause. Because you have not created the dialog with TRUEPIXEL clause, make this small change in your LinesBmp() function. Change this line    hBmp  := FW_MakeYourBitmap( n1,n2, <|hDC,w,h| as    hBmp  := FW_MakeYourBitmap( n1*2,n2*2, ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 300

Re: Compiler with MSVC y HARBOUR

... Desarrollo para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 138

Compiler with MSVC y HARBOUR

... Desarrollo para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 138

Re: colorize btnbmp with diagonal

... full area) if you created the Dialog with TRUEPIXEL clause. Because you have not created the dialog with TRUEPIXEL clause, make this small change in your LinesBmp() function. Change this line    hBmp  := FW_MakeYourBitmap( n1,n2, <|hDC,w,h| as    hBmp  := FW_MakeYourBitmap( n1*2,n2*2, ...
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 300

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow <= ::oBrw:nHeaderHeight  ; Change this line as:      if nMRow < ::oBrw:HeaderHeight( .t. )  ; This is fixed in the next version under relase. Thanks ...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2259

Re: Problem with valid email refresh btnbmp

change the line

@ 10, 420 GET aGet[11] VAR cCodEmail SIZE 180,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( lPienoEmail:=validaEmail(aGet[11]:ctitle) , if( lPienoEmail , oBtnSel[4]:Enable() , oBtnSel[4]:Disable() ) )

if Valtype(aMatch)='A' //Empty( aMatch )
by Daniel Segura
Wed Apr 03, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2433

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... the button is inactive. In case of EDIT_LISTBOX and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen works in all cases. Also, please let us know the FWH version you are using. Hola Mr Rao a mi en lo personal no me funciona, ...
by elmoiquique
Sun Mar 31, 2024 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... the button is inactive. In case of EDIT_LISTBOX and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen works in all cases. Also, please let us know the FWH version you are using.
by nageswaragunupudi
Fri Mar 29, 2024 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. ;                     oCol:hChecked .and. oCol:lEditable .and. Empty( ...
by Silvio.Falconi
Wed Mar 27, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2008

Re: Control EDIT y readonly.

... := (.F.)  Espero te sirva No entiendo muy bien lo que deseas hacer, pero tratando de entender, prueba con ON CHANGE y en lugar de desabilitarla colocala en blanco, para que puedas seguir editando. Espero te funcione.
by JoseAlvarez
Tue Mar 26, 2024 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1010

Re: Another for Btnbmp

... ::hDC, 3, 3, ::nWidth - 4, ::nHeight - 3, nRound, nRound, XEval( ::nClrText, ::lMover, Self ) )            endif  Please change ::nClrText to ::nClrBorder I found the same solution last night and I talked about it with Antonio
by Silvio.Falconi
Tue Mar 26, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4960

Re: Another for Btnbmp

... - 4, ::nHeight - 3, nRound, nRound, XEval( ::nClrText, ::lMover, Self ) )            endif  Please change ::nClrText to ::nClrBorder
by nageswaragunupudi
Tue Mar 26, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4960

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. ;                ...
by nageswaragunupudi
Tue Mar 26, 2024 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2008
Next

Return to advanced search