<< I am using a DBChkbox in a form set to default of ‘Y’. When the box is unchecked do I have to put an EEP Updating the row in the table) so the “do you want to save data” box does not come up? >>
My personal preference is to always include an OK button that is attached to Save Row And Exit, so the user will know when they're saving the data. If appropriate, I also include a Cancel button that doesn't save the row. If the user clicks the on the caption bar I let R:Base ask whether they intended to save or not. If you NEVER want to see the question for a particular form, you can include PROPERTY RBASE_FORM DONTSHOWSAVEDIALOG 'TRUE' in the forms' AFTER START EEP. -- Larry

