Search found 194 matches: legacy

Searched query: legacy

by Antonio Linares
Tue Feb 11, 2025 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Quickbooks Online
Replies: 1
Views: 273

Re: Quickbooks Online

... is phasing out the desktop versions of QuickBooks for certain markets, pushing users towards QuickBooks Online. However, if you're working with legacy desktop systems, they rely on the **QuickBooks Desktop SDK** or **QBXML** (for SOAP-based integrations). But for long-term solutions, shifting to ...
by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4826

Re: Using new Class TDeepSeek for documenting

... Logical | Indicates if the button is registered. |
| `lDefaultTheme` | Logical | Indicates if the button uses the default theme. |
| `lLegacyLookLeftRight` | Logical | Indicates if the button uses the legacy left/right look. |

---

### **METHODS**

| **Method** | **Description ...
by Antonio Linares
Fri Jan 17, 2025 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4826

Re: Using new Class TDeepSeek for documenting

... Type**: Logical
- **Description**: Flags to indicate if the button bar should have the appearance of Office 2007, 2010, 2013, or 2015.

9. **`lLegacyLook`**:
- **Type**: Logical
- **Description**: Indicates whether the button bar should use a legacy look.

10. **`bClrGrad`**:
- **Type ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1165

Re: reading DBF from node.js

... modern PHP versions (8.x) are faster, they may lag behind Node.js in handling asynchronous tasks and real-time applications.
- **Verbosity**: Some legacy PHP codebases can be less elegant compared to modern development paradigms.

---

### **2. mod_harbour**
(*mod_harbour is a modern implementation ...
by nageswaragunupudi
Thu Oct 31, 2024 5:24 am
Forum: FiveWin para Harbour/xHarbour
Topic: btnbmp
Replies: 16
Views: 2120

Re: btnbmp

BtnBmp Legacy Look

#include "fivewin.ch"

function Main()

local oDlg, oFont, oBtn1, oBtn2

TBtnBmp():lLegacyLookLeftRight := .t.

DEFINE FONT oFont NAME "VERDANA" SIZE 0,-16
DEFINE DIALOG oDlg SIZE 400,240 PIXEL TRUEPIXEL FONT oFont ;
TITLE "BTNBMP LEGACY-LOOK"

@ 60,40 BTNBMP oBtn1 PROMPT ...
by Antonio Linares
Tue Jul 23, 2024 11:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Fast Report en FW64?
Replies: 8
Views: 2380

Re: ¿Fast Report en FW64?

... of using Inter-Process Communication (IPC) to use a 32-bit DLL from a 64-bit EXE on Windows using C. This is a common scenario when dealing with legacy 32-bit DLLs that need to be used in modern 64-bit applications. We'll use named pipes for IPC in this example.
This example demonstrates how to ...
by Enrico Maria Giordano
Tue Apr 30, 2024 4:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 3241

Re: Silvo .. changes to your xMate environment

... bin\harbour %1 /m /n /gc3 /w3 /es0 /i%fwh%\include;%hdir%\include /w0 -wb- /p %2 %3 > comp.log 2> warnings.log

This is far from perfect. The recommended switch is /es2, as if it will force you to fix the warnings. /es0 can be a workaround with legacy code, but you should use /es2 with new code.
by NWKL
Tue Apr 16, 2024 11:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 4732

Re: ADS with 64bit FWH Apps

Enrico, sorry, i use ads in legacy app in 32 bits, i dont use this in (x)harbour)/fwh 64, so i cant help, maybe someone using ads with (x)harbour 64 can help us.

thanks
by Otto
Sun Mar 24, 2024 5:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 9044

Re: Another for Btnbmp

Silvio

FLAT NOROUND GDIP

When these attributes are used, it doesn't work.
I have done tests without them, then it works.
There are so many ifs in the class that it would seem better to me to make a new one without all this legacy.
Best regards,
Otto

I used: C:\fwh2023\source\classes\btnbmp.prg
by NWKL
Wed Feb 14, 2024 8:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 2805

Re: link error

... known differences, it is too complex to build a simple example, it seems that the solution would be to migrate to Harbour and MSVC, But for legacy systems it's a nightmare.
it seems that the solution would be to migrate to Harbour and MSVC, im already try, but i work in portable way, and ...
by richard-service
Thu May 04, 2023 5:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2211

Re: Bugs in TButtonBmp

As of now, skinbuttons are compatible only with the legacy paint behavior.
Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method ...
by FWExplorer
Sat Jun 25, 2022 9:04 pm
Forum: EasyReport, EasyDialog and EasyPreview
Topic: What was the last version of EasyPrompt? Was it 1.1.1?
Replies: 7
Views: 11950

What was the last version of EasyPrompt? Was it 1.1.1?

Hi,

I was searching through an old XP Laptop for some legacy code, and noticed EasyPrompt there. It was from 2004, but still works like a gem on Win 10.

Does anyone know what was the last version? I have 1.1.1 2004.


Regards,
by hmpaquito
Fri Jun 24, 2022 7:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 4033

Re: Harbour warnings

... first answer was definitiva: I tell you
I think that is impossible without new clausules introduction on Fwh commands because to be must respect legacy code


And then you say:

As I wrote in the first message, with xHarbour I use the -wb- compiler switch. I hoped there were something similar in ...
by hmpaquito
Fri Jun 24, 2022 10:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 4033

Re: Harbour warnings

Enrico Maria Giordano wrote:Yes, I know it, but this doesn't solve the problem. I don't want to see a warning that I can't fix.

EMG


I think that is impossible without new clausules introduction on Fwh commands because to be must respect legacy code
by Otto
Mon Jun 20, 2022 12:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Gmail Less Secure apps Less than outlook 2016 will not work
Replies: 7
Views: 910

Re: Gmail Less Secure apps Less than outlook 2016 will not work

... who first set up a Google work email for his business, Your Score Booster, in 2008.

Google said the longtime users of what it calls its G Suite legacy free edition, which includes email and apps like Docs and
Calendar, had to start paying a monthly charge, usually around $6 for each business ...