Larry,
Would this do the job in the On Click EEP for the check box? PROPERTY TABLE BOLHeader 'REFRESH' Jim ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Thursday, December 10, 2009 8:48 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: CHECK BOX << 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

