
P7&9 - Date Problems, Unbound Field
I usually create a table in their private directory (I call my table FromTo)
and it has just two date fields. Then use those rather than unbound fields.
This allows Paradox to resolve the dates normally. The other suggestion
would be to add a picture definition to the unbound fields that requires
them to enter a 4 digit year.
HTH,
Carolyn
Quote:
> I have a form with 2 unbound fields, and the user types a Start and End
date
> into them. I then plug those into a query, or use them to setGenFilter on
a
> UIObject. Problem is, if they type 1/1/00 or any two digit year, I get
some
> error, I believe about invalid date format or something - should have
> written it down. However, 1/1/2000 or 1/1/1900 works fine. I have BDE
> 5.00. Aren't these apps Y2K compliant? Can anyone tell me how to fix
this
> apart from writing my own date parser? Many thanks for all help!