Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error generated
Message
De
11/12/2000 18:58:03
 
 
À
11/12/2000 18:50:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00451961
Message ID:
00451964
Vues:
20
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform