Larry,
This form verifies that everything did ship that was scheduled to ship. The default is 'Y' and the unchecking changes it to 'N". I have a bit button that the entry person hits (after unchecking) to run code that updates all appropriate tables. The 'N' is supposed to prevent those rows from getting shipped. If I save the information by hitting Yes when the box pops up, shouldn't the saved 'N' be updated in the table first before the rest of the code is run in the button? As it is now, the code released all for shipment even if I uncheck the box. I hope that clarifies what I am doing. I am sure the answer is simple. 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

