Here is my code in VISUAL FOX PRO
thisform.fr=CREATEOBJECT('FastReport.TfrxReport')
thisform.fr.LoadLanguageResourcesFromFile('REPORTS\Spanish.frc')
I get this error :
'Deprecated Method. Use LoadLanguageResourcesFromFile method of IfrxResources interface.'
I like to know how to call or use this 'IfrxResources' method.
Thanks.