I tried the suggestion. I DID read the linked thread and saw the suggested fix.
My problem is that the checkbox control on a DIALOG is no longer transparent.
I rebuilt the application with the previous version of FWH from 2024, and it was correct. However, in the 2025 release, it lost it's transparency.
Yes, I did download the latest version of FWH this morning, and the problem is still there.
I checked, the dialog.prg ( and it is in the Initiate method, because there is no Initialize method ), and yes it is corrected on this version, at least in the source.
However, there must be another modification needed to resolve the problem. IT IS UNIVERSAL and occurs in ALL places in my program where the
checkbox control is used on a DIALOG.
In my .prg files, I use:
REDEFINE CHECKBOX oLabor:glstxf ID 1040 OF oDgl MESSAGE "Is this service normally taxable for your clients ?" UPDATE
And this is the RC code:
CONTROL "Fixed prices ?",1049,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,470,110,80,13
Tim