Search found 67 matches: corrections

Return to advanced search

Re: New FWH 24.02

driessen wrote:I made the changes you suggested, but there was also an error in one of my BAT-files with a path to the old BCC.

After having done these corrections, everything is running fine.

Thank you very much.


Great, thank you.
by Enrico Maria Giordano
Tue Mar 12, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7106

Re: New FWH 24.02

I made the changes you suggested, but there was also an error in one of my BAT-files with a path to the old BCC.

After having done these corrections, everything is running fine.

Thank you very much.
by driessen
Tue Mar 12, 2024 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7106

Interesting issue

... However, on some, when the value is passed back from the spell checker, the result is not saved, and the display does not refresh with the corrections. I am using the latest FWH release, with Microsoft Visual Studio Community 2022, and the latest Harbour version for MSVC. Here is the get ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 202

Re: Set RADIO Theme OFF

Hi Jimmy. Small Corrections. // C:\FWH..\SAMPLES\JIMMRAD2.PRG - Version: 3.1#include "Fivewin.CH"#define CLR_PretoDark    RGB(   0,   0,   0 )#define CLR_SombrioDark  RGB(  29, ...
by karinha
Mon May 01, 2023 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 559

Re: Logo on MDI window.

...  SysRefresh()   oWnd:bResized := { || SetLogo( oLogo, oWnd ) }   return nil yes, I 'm making the same corrections!!! only I have the wnd child under the obarright also and I must press two #include "FiveWin.ch"  #define colore1  nRgb( ...
by Silvio.Falconi
Thu Nov 10, 2022 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 889

Re: FWTool to automate DBF and mod harbour

Silvio, I put this here as this has nothing to do with mod harbour. It is a tool I write in FIVEWIN. Would you mind publishing your corrections of the flow chart? Best regards, Otto >Would you mind publishing your corrections of the flow chart? no I would never dare, you are a computer ...
by Silvio.Falconi
Tue Oct 26, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

Re: FWTool to automate DBF and mod harbour

Silvio,

I put this here as this has nothing to do with mod harbour.

It is a tool I write in FIVEWIN.
Would you mind publishing your corrections of the flow chart?



Best regards,
Otto
by Otto
Tue Oct 26, 2021 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

Re: Spell CHecker

... which is to create a document in Word. I add text to a memofield, press a spell check button, and the SDK checks the contents and allows for corrections. Having to go to Word intruduces a whole new layer of difficulty, especially since many of my clients do not have it. Perhaps others have ...
by TimStone
Fri Sep 03, 2021 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1991

Re: Editsource() Problem

We request the hbmk2 experts to please see the hbp script and advise corrections to resolve this issue.
by nageswaragunupudi
Mon Jun 08, 2020 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5337

Re: How to get the coordinates of a child window?

... the menu, button and message bar,... Both oRect excluded the window title (SM_CYCAPTION) and frame (SM_CYDLGFRAME, SM_CYDLGFRAME) Any comments or corrections :?:
by frose
Tue Feb 05, 2019 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the coordinates of a child window?
Replies: 5
Views: 806

Re: OutLook 2003 and 2010 Classes not working in Win 10 - Solved

Dear Mr.Antonio,

Thank you very much for your timely support. I got my application working in Windows 10
also with out any problem, after implementing the corrections you have suggested.

-Ramesh Babu
by RAMESHBABU
Wed Dec 19, 2018 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OutLook 2003 and 2010 Classes not working in Win 10 - Solved
Replies: 4
Views: 1091

Re: Toast vs desktop alert : I wanted only...

Silvio.Falconi wrote:perhaps you corrected it and then not sent me any corrections ?


Send you?, I do not understand
it's not a bug, it's an added feature
This class is modified at ( modification TToast class 2018-05-23 ), and include in Fwh

Silvio.Falconi wrote:you use wnd or dialog ?

First gif: window
Second gif: panel
by cnavarro
Fri Nov 02, 2018 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast vs desktop alert : I wanted only...
Replies: 4
Views: 1118

Re: Toast vs desktop alert : I wanted only...

perhaps you corrected it and then not sent me any corrections ?
you use wnd or dialog ?
see the test pls of simpleline
by Silvio.Falconi
Fri Nov 02, 2018 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast vs desktop alert : I wanted only...
Replies: 4
Views: 1118

Re: Verify 2 different tables

... solutions for this kind of work ? That is hard to say without knowing more about why you are doing this comparison. Are you going to manually make corrections to one of the databases? If so, why is this needed, and could it be automated to just show the errors? Or, better could it automatically ...
by James Bott
Sun May 28, 2017 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Verify 2 different tables
Replies: 6
Views: 1073

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

Sorry for the delay . My code compile for harbour bcc7 32bits. I could not tell you the corrections to make but I see that it includes GDIP_EMFTOJPG in TDPrev2PDF.prg. This is not correct GDIP_EMFTOJPG is c++ code and has to be included in gdiplus.cpp or place it in ...
by mastintin
Mon Feb 13, 2017 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6174
Next

Return to advanced search