Kbase P130577: What is the trick to allow new .r being run when the session starts with -q?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/12/2010 |
|
Status: Unverified
GOAL:
What is the trick to allow new .r being run when the session starts with -q?
GOAL:
How can I clear the cache for .r code when session starts with -q?
GOAL:
When using -q is there a trick to reload the .r ?
GOAL:
Is there any way to flush cached .r code from memory ?
FACT(s) (Environment):
OpenEdge 10.x
Progress 9.x
Windows
Unix
FIX:
Use the statement:
Current-language = current-language.
anywhere in the code which will force the session to clear the .r files already loaded in memory.