Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intl doesn't do its job
Message
De
02/02/2004 13:55:38
 
 
À
02/02/2004 09:30:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00872921
Message ID:
00873076
Vues:
22
>VFP 7
>
>I modified the source code in INTL to make it compatible with VFP7. I changed astack to a_stack based on a recommandation that I got here.
>
>Now I included the following code in my main program.
>
>SET PROCEDURE TO INTL ADDITIVE
>_SCREEN.AddObject( "oINTL", "INTL")
>_SCREEN.oINTL.SetLanguage("French") && Configure INTL for French
>
>
>
>Now in the init of the form I put
>
>IF TYPE("_SCREEN.oINTL") == "O"
> _SCREEN.oINTL.Localize( this)
>ENDIF
>
>
>That should work unless I forgot something obvious. But I don't see what.
>
>So is there really something simple that I forgot or is my next option to trace the code to see what's happening under the hood?

Found it. The strategy was badly configured.
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform