scuttleButt
Programmer
I am working in FoxPro 2.6a. I hand-coded a checkbox, meaning I use the @ command for checkboxes instead of using the checkbox tool in the screen builder. I wanted the check box to appear only under certain circumstances. I can get the checkbox to show up and I can get it to have an "X" in it or not initially; however, when I click on the checkbox the "X" doesn't turn on or off and the value stored in the variable in the @ command doesn't change. Another words if I initialize it as .T., there is an 'X'. If I click on it the "X" doesn't change and neither does the .T. Any suggestions?