I have a screen which has a button that pops up a second screen for entry. In the second screen you enter dates, names and check some checkboxes and then press save. Save returns to the previous calling function and continutes to process in the original screen. My problem is that in the second screen everything is being stored in the database except the check box values. What is going on? When I press save "return" is called and if I debug, I see it change from .T. to .F.. What am I doing wrong?