Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DATE BUG ????
Message
 
 
À
14/02/2000 10:26:20
Amit Abhangrao
Charmi Software Exports
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00329861
Message ID:
00331794
Vues:
21
>I am already doing SET DATE <> respectively. please run the code and check.

I have run your code. Jim, Fred, I, and others have explained this behavior. It is tricky to understand: SET DATE is not changed during compilation, even if there are SET DATE commands in your code. Therefore ambiguous date literals inside your code are evaluated using whatever value of SET DATE is in effect when you start the compile. To avoid problems, SET STRICTDATE TO 1 (or 2) and write all date literals in the unambiguous format of {^2000-02-15}, which overrides SET DATE.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform