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

Click here to load this message in the networking platform