Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error generated
Message
From
11/12/2000 18:58:03
 
 
To
11/12/2000 18:50:24
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00451961
Message ID:
00451964
Views:
19
>I am getting these errors when I build my project. cAn anyoen tell me how to go around this?
>
>REPLACE IN_LIST WITH .T. FOR HTC_ID = M.HTCID AND BETWEEN(VISDATE,{01/01/2000},M.DATE2)
>Error in line 203: Ambiguous date/datetime constant. Use the format:
> {^yyyy-mm-dd[,][hh[:mm[:ss]] [a|p]]}


You have STRICTDATE set to something other than 0.

Either SET STRICTDATE TO 0 before compiling
or use {^2000-01-01} instead of {01/01/2000}.

I'd recommend the 2nd option.

STRICTDATE was added to help with Y2K compliance. You can set it off in Tools | Options - General tab, Strict Date Level.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform