Search found 1853 matches: modified

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... * Enhancement: Class TExplorerBar Method Update( nPos ) updates the nPos oPanel used from the TExplorerBar after the panel has been modified. Class TTaskPanel Method ChangeHeight( nHeight ) changes the height of the panel. Thanks to Silvio Falconi! * Enhancement: We have restored ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 38

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... NOMODAL      xbrowser ocn:states      ocn:close()   endifreturn nil Save this sample prg to fwh\samples folder and build it with the modified buildh.bat Done:
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: 10002

Re: xbrowse problem with :bLClicked

... )),       nil),       Refresh_title(oBrw,oDlg,oDbf,cSection)   )}  In this modified block, when you press the spacebar, it toggles the selection of the current row and updates the buttonbar based on the overall selection state ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: Problema super raro

... temporary table with data from the permanent table: oCn:Execute( "SELECT * INTO [TBL_TEMP] FROM [TBL_PERM]" ) Copying back modified data from temporary table to permanent table: TEXT INTO cSqlUPDATE tbl_perm SET tbl_perm.code = tmp.code, tbl_perm.name = tmp.name FROM tbl_perm ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2121

Re: New FWH 24.02

I modified ilink32.cfg like this:

Modifiqué ilink32.cfg así:

Ilink32.cfg:

Code: Select all  Expand view

-Gn
-Lc:\bcc77\lib;c:\bcc77\lib\psdk
-aa
-x
 


Regards, saludos.
by karinha
Tue Mar 12, 2024 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7095

Re: Imagen en login? (SOLUCIONADO)

Excellent example Master Rao. I modified it a little to my personal taste. I hope you don't bother him. Excelente ejemplo Maestro Rao. Lo modifiqué un poco a mi gusto personal. Espero que no lo molestes. // C:\FWH\SAMPLES\TESTPAS2.PRG#Include ...
by karinha
Tue Mar 12, 2024 12:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en login? (SOLUCIONADO)
Replies: 10
Views: 2003

Re: ButtonBmp problem with FWH2402

... ::Super:Redefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen,;                       bValid, cPrompt, lCancel )  Please use this modified buttonb.prg and provide us your feedback. Thank you both Dear Mr.Rao Now it's working.
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5258

Re: ButtonBmp problem with FWH2402

... ::Super:Redefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen,;                       bValid, cPrompt, lCancel )  Please use this modified buttonb.prg and provide us your feedback. Thank you both
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5258

Re: XIMAGE

... you please locate this code in Line No:2304 ? "here",valtype( uimage ), nwidth,nheight Please delete this line and include the modified "imgtxtio.prg" in you application.
by nageswaragunupudi
Wed Mar 06, 2024 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 396

Re: xbrowse No existe el metodo: LREADONLY

Mr Rao. It is difficult for us to support modified classes. Please try your sample with xbrowse as released by FWH without any modifications and see if you get any error. If you still get error, then please provide a small sample which we can ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

Re: xbrowse No existe el metodo: LREADONLY

It is difficult for us to support modified classes.
Please try your sample with xbrowse as released by FWH without any modifications and see if you get any error.
If you still get error, then please provide a small sample which we can test at our end.
by nageswaragunupudi
Sun Mar 03, 2024 3:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

Re: xbrowse No existe el metodo: LREADONLY

Hi Mr. Rao. Are you sure you are using XBrowse without any modifications? Yes, I use a modified xBrowse method to use incremental seek with Tdolphin, here is the code I use // EXTENSIONES DE CLASS#include "FiveWin.ch"#include "hbclass.ch"#include ...
by albeiroval
Sat Mar 02, 2024 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

New FTDN February 2024 (FWH 24.02)

... * New: samples\webchart.prg shows how to use a google chart using a TWebView object from a FWH dialog. * Enhancement: webview DLLs have been modified so they don't modify the app resolution. * New: samples\mark.prg shows how to use a webview as another dialog control, so you can interact ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 210

Re: Error System no longer works.

Show: Called from MAIN(71) in .\ihss32.PRG complete. Have you modified ERRSYSW.PRG? Copy the ORIGINAL from c:\fwh\source\function to the project folder and compile and tell us what happen. ¿Has modificado ERRSYSW.PRG? Copie el ORIGINAL de c:\fwh\source\function ...
by karinha
Tue Feb 27, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 118

Re: Create a Panel width a text

... hDC, cText, oFont, nWidth ) run ok (thanks) but my problem is another Initially the message is made up of two lines, when the message is modified in the ShareBoard() function the procedure must calculate the right height and resize the panel (oPanel2) and in turn oPaneltext where the ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3188
Next

Return to advanced search