Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug on new Environment Manager: SET DATE TO
Message
 
 
À
08/03/2003 11:00:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00763281
Message ID:
00763298
Vues:
27
Hi John,

The problem is that the value for the SET DATE is 'BRITISH/FRENCH' not BRITISH. You can fix it.
USE (HOME(7) + "envmgr") AGAIN
REPLACE SetValues WITH STRTRAN(SetValues, "BRITISH/FRENCH", "BRITISH")  ;
	FOR UniqueId = "DATE" AND ("BRITISH/FRENCH" $ SetValues )
USE
BTW, MS didn't provide source code for the environment manager application.

>I've just been having a play with the new environment manager. Not usually a one for such things, but I actually find it quite useful. Single click and theoretically I'm all set up to work on whatever project I'm on.
>
>However, one of the settings "SET DATE", I have set to british and when I try to invoke the environment, I'm getting a messagebox back with a title of "Environment Manager" and an error message of
>
>**
>Syntax error.gajs004e(3)
>SET DATE TO &xValue
>**
>
>I think we can all see how this came about (and it's scarcely a critical error) but if nobody else has mentioned it, I thought I'd raise it for any lurking MSs.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform