Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intl doesn't do its job
Message
From
02/02/2004 13:55:38
 
 
To
02/02/2004 09:30:37
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00872921
Message ID:
00873076
Views:
21
>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é
Previous
Reply
Map
View

Click here to load this message in the networking platform