At 02:38 PM 8/1/2004 -0400, Paula Stuart wrote:
Razzak.
Doing as you suggested eliminated the error message I was getting, but now I have a new one...
When I enter forms in my own database (doesn't happen in the samples) I get a error
ERROR - Invalid Date Value - 2418
None of the dates in the database have been changed, no variables are created for dates in these forms, and this was working fine before the CFG file was re-created.
This error doesn't occur in the sample database forms
Date is set as MM/DD/YYYY and MMDDYYYY
Century Threshold 30 Default Century 19
Why would this occur?
Paula,
Check for the valid dates in that specific column.
What is the DATE FORMAT, DATE SEQUENCE, DATE YEAR and DATE CENTURY of your database?
The following are DATE settings in RBG7 sample database:
DATE FORMAT MM/DD/YYYY DATE SEQUENCE MMDDYY Century THRESHOLD YEAR 30 Default CENTURY 19
In your case, make sure that your database DATE settings match the data in DATE column(s).
Among many other SETtings, the DATE settings are specific to database. So, first you need to CONNect the database and then type SHOW DATE.
Hint: At the R> prompt, use TALLY datecolumname IN tablename command to see if those dates are correct.
Hope that helps!
Very Best R:egards,
Razzak.
