What is even stranger is I have an old copy of the form from 2008 and the same 
calendar control and same EEP works fine
I can take the 2010 version of the form off another working copy and replace 
this form and it still gives the Error.

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

 

Reply via email to