Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Filter Performs Unwanted Transformation
Message
De
12/09/2000 17:34:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Set Filter Performs Unwanted Transformation
Divers
Thread ID:
00415571
Message ID:
00415571
Vues:
53
I'm resetting a filter with a date literal and it suddenly became... AMBIGUOUS!

The date was entered in unambiguous format, so the expression would be:
cNewFilter = "aDate = {^2000-03-28}"
SET FILTER TO &cNewFilter

Later, the code saves the filter in a variable and uses another filter.
cFormerlyNewFilter = SET ("FILTER")

When the code attempts to restore the filter:

cFormerlyNewFilter equals "ADATE = {3/28/2000}"

Since we're running STRICTDATE at 1, we get an error message.

Anyone have insight into this?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform