Mike and Bill
I think you are both right and I have 2 different problems. I kept testing and I got it to fail a different way because I had a bad var from a different command block but this error lets a Choose pop up first then exits the EEP. I could not duplicate the error when it seems the EEP does not fire at all but I think the ' ' may that problem. Thanks again Marc From: Bill Downall Sent: Monday, May 11, 2009 4:36 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Sometimes EEP does not fire Marc, There may be an "exit" eep on the field they were in before clicking the button. That exit eep will have fired first, and may have interfered with the on click eep of the button. That could account for it happening only once in a while. Bill On Mon, May 11, 2009 at 5:23 PM, MDRD <[email protected]> wrote: Mike This is still 7.5 and I have not updated this db yet. I will try the the space but this has only happened to me once but I get a few calls every so often on this. I will try to trap the error. Thanks Marc -------------------------------------------------- From: "MikeB" <[email protected]> Sent: Monday, May 11, 2009 3:56 PM To: "RBASE-L Mailing List" <[email protected]> Subject: [RBASE-L] - Re: Sometimes EEP does not fire I like the empty parameter to have a space Also, do you include a "debug trace" directive at the beginning of your form Action so you can turn on debugging to verify the thing isn't firing? Also, what version are you using? PROPERTY rbase_form_action PatLst ' ' RETURN ----- Original Message ----- From: "MDRD" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Monday, May 11, 2009 3:41 PM Subject: [RBASE-L] - Sometimes EEP does not fire Sometimes when we click a Enhanced Speed button or Group Bar menu choice the EEP does not fire. Both use the same code below. If you shut down RBase and restart RBase it works fine. Is the correct way to run a Custom form action? or is this some sort of computer problem? PROPERTY rbase_form_action PatLst '' RETURN Thanks Marc

