Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intl doesn't do its job
Message
De
02/02/2004 09:30:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Intl doesn't do its job
Divers
Thread ID:
00872921
Message ID:
00872921
Vues:
52
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?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform