[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Issue in the .r file.

  • Thread starter Thread starter Torben
  • Start date Start date
Status
Not open for further replies.
T

Torben

Guest
There is a limitation with Langauge in r-codes. Only one language is loaded to memory at a time. So if xxx.r is already loaded (persistent) with French, then it can not in same session be loaded with English, before the French version is un-loaded. So all persistent procedure instansces of xxx needs to be deleted. All objects from xxx class needs to be deleted. This limitation means that Language can not be changed for static classes. (Or any object instantiated from these classes)

Continue reading...
 
Status
Not open for further replies.
Back
Top