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:
Code: Select all
REDEFINE CHECKBOX aRpt[1] ID 2037 HELPID 128 ;
MESSAGE "Daily Totals, and itemized list, for all work completed today" ;
OF oFld:aDialogs[ 1 ]
Code: Select all
CONTROL "Receipts", 2037, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 10, 10, 75, 10