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