The checkbox displays normally, but when I click on a checkbox, the text ( in this case Receipts ) disappears.
I suspect I should be using a different control than BS_AUTOCHECKBOX ... but don't know what it would be. Does anyone have a suggestion ?
From the .prg file:
 REDEFINE CHECKBOX aRpt[1] ID 2037 HELPID 128 ;
   MESSAGE "Daily Totals, and itemized list, for all work completed today" ;
   OF oFld:aDialogs[ 1 ]From the .rc file:
 CONTROL "Receipts", 2037, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 10, 10, 75, 10Thanks.
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
