Compiling Folder with variable generates error.
Brought to you by:
ferret1964,
twiechmann
Problem: When compiling the contents of a folder, if it
contains a variable, the following error will be generated.
Invalid or Nonexistent Class object:
Class: Folder
OID: N^VESoFLDR(28)
<external call="">
Service: CompileAll
Implemented by class: Folder
Called by <external call=""></external></external>
Solution: The ESI$Folder.Primary::CompileAll method was
making reference to ESI$Variable instead of
ESI$VariableDefinition. The attached
ESI$Folder_Primary_CompileAll.opm file contains the fix.
Import this method.
CompileAll Method Fix.