----- Original Message ----- From: "Bernard Lis" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Sunday, July 17, 2005 7:18 PM Subject: [RBG7-L] - Re: dbCheckBox
> Thanks Mike, > Doing a saverow on my exit button custom eep gave me the desired result. > My only fear is that they will use the X to exit the form instead of the exit > button. Remember, in the onClose EEP you can check for Form Dirty Flag and either prompt for a Save or just execute a SAVEROW there... > I put a message on the form "to save your selections click here --->" > I just hope they can read! > I could do a saverow in the checkbox "on click" eep but wouldn't that create > extra server work? I wouldn't ever be concerned about "extra server work" to control your data the way you want. That's the beauty of having more control over your environment, do it any way you want. > > Bernie Lis > ----- Original Message ----- > From: "MikeB" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[email protected]> > Sent: Saturday, July 16, 2005 7:45 PM > Subject: [RBG7-L] - Re: dbCheckBox > > >> >> >> That (I believe) would be the expected behavior unless you issue a SAVEROW >> to flush the edit buffer of the control to disk. >> >> >> >> ----- Original Message ----- >> From: "Bernard Lis" <[EMAIL PROTECTED]> >> To: "RBG7-L Mailing List" <[email protected]> >> Sent: Saturday, July 16, 2005 6:07 PM >> Subject: [RBG7-L] - dbCheckBox >> >> >>> Hi all, >>> In a region with a dbcheckbox, the last box checked is not saved if you >>> exit the form right after checking it. >>> The only way I can think of saving it is to have a custom eep that merely >>> skips to another field. >>> But none of the other fields are editable. >>> >>> Anyone know how to get around this? >>> >>> Bernie Lis >>> >> >> >
