Search found 552 matches: locate

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... it as "errmsg.sys". (This is important) Now, make this small modification to buildh.bat 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" ...
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: 10005

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

... // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow <= ::oBrw:nHeaderHeight  ; ...
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: Another for Btnbmp

Mr Silvio Please make a small modificatin in btnbmp.prg: Please locate these lines in the method PaintBorder            RoundBox( ::hDC, 1, 1, ::nWidth - 2, ::nHeight - 1, nRound, nRound, XEval( ::nClrBorder, ::lMover, Self ) )          ...
by Silvio.Falconi
Tue Mar 26, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

Re: Another for Btnbmp

Mr Silvio Please make a small modificatin in btnbmp.prg: Please locate these lines in the method PaintBorder            RoundBox( ::hDC, 1, 1, ::nWidth - 2, ::nHeight - 1, nRound, nRound, XEval( ::nClrBorder, ::lMover, ...
by nageswaragunupudi
Tue Mar 26, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

Re: Question about performance RowSet

... We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, p3 ) CLASS TArrayData ...
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: Question about performance RowSet

... We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, p3 ) CLASS TArrayData ...
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: ButtonBmp problem with FWH2402

... Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( nId, bAction, oWnd, nHelpId, cMsg,;                 lUpdate, bWhen, bValid, cPrompt, lCancel, cBitmap, cPosText, ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5259

Re: ButtonBmp problem with FWH2402

... Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( nId, bAction, oWnd, nHelpId, cMsg,;                 lUpdate, bWhen, bValid, cPrompt, lCancel, cBitmap, cPosText, ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5259

Re: XIMAGE

... 2111 we forgot to remove a trace we used for debugging. Please open \fwh\source\function\imgtxtio.prg. In the function FW_SaveImage() you please locate this code in Line No:2304 ? "here",valtype( uimage ), nwidth,nheight Please delete this line and include the modified "imgtxtio.prg" ...
by nageswaragunupudi
Wed Mar 06, 2024 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 396

Re: Connecting to a BLE device

https://stackoverflow.com/questions/19436462/loadlibrarybthprops-dll-fails-file-not-found

It seems as we have to locate bthprops.cpl and then copy it as bthprops.dll, but this does not work...

where to find bthprops.dll... ?
by Antonio Linares
Wed Feb 28, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 319

Re: error oBrw:ToExcel

We get this error with some versions of Excel.

We need to modify xbrowse.prg
Please locate this line of code in the method ToExcel()
Code: Select all  Expand view
oWin:FreezePanes := .t.


Replace with:
Code: Select all  Expand view
  TRY
      oWin:FreezePanes := .t.
   CATCH
   END
by nageswaragunupudi
Wed Jan 10, 2024 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error oBrw:ToExcel
Replies: 2
Views: 539

Re: Calculate total pages

Mr. Silvio Please make only this one change in the report.prg: In the Method Activate(), locate these lines:      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()         Eval( ::bPreview, ::oDevice ...
by nageswaragunupudi
Mon Nov 27, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... fails - switches to Ansi - in BUTTON/TButton() and TBtnBmp() ToolTips! Can you please make this modification in "window.prg" and try? Locate these lines in the METHOD ShowToolTip() of Window.prg:       if IsWindowUnicode( ::hWnd )//         ...
by nageswaragunupudi
Sat Nov 25, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: Calculate total pages

... Add a new data DATA   cLastPage INIT "#PGC#" Modification-2: Small modification to function PrintEnd() in TPrinter.prg Locate these lines   if oPrinter:lMeta      if Empty( oPrinter:cFile ) Insert one line   if oPrinter:lMeta    ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Xlsxlibhb_ver2

Then, first go to fwh\samples folder open buildx.bat with notebook Locate the two lines: rem echo %fwh%\lib\drxlsx32x_bcc.lib + >> b32.bcrem echo %fwh%\lib\xlsxlibhbbccx.lib + >> b32.bc Delete "rem " from the second line like this: rem ...
by nageswaragunupudi
Tue Nov 21, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9008
Next

Return to advanced search