Never mind I found it, I unloaded a structure then searched for the Error message and found some unrelated table on the form that had no rows and it appears the Post command for the Dummy table was tripping the error for the other table
Marc From: MDRD Sent: Thursday, June 30, 2011 1:34 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Strange Error Hi I am getting an error Enter a Date when I click on a date on a Calendar, If I Trace this EEP I do not get any errors but is I run it I get an error Enter a Date. I do not have an Rule on the dummy table and we Update the aptdate and set it to .#date when we start the app. Once I get the error you have to Ctrl Alt Del to shut down RBase I can't find where this error is coming from an don't know where else to look, any suggestions? Marc IF RBTI_FORM_TBLNAME <> 'Dummy' THEN PREVTAB ENDIF PROPERTY table dummy 'post' PROPERTY table dummy 'refresh' SET ERROR MESSAGE 2039 OFF DELETE ROWS FROM dummy WHERE COUNT > 1 SET ERROR MESSAGE 2039 ON PROPERTY cust1id set_focus 'True' RETURN

