Kbase P26310: Can you put WRX files in a procedure library?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/09/2006 |
|
Status: Verified
GOAL:
Is it possible to put WRX files in a procedure library?
FIX:
No, you can't put .WRX files into a Progress procedure library (PL).
A .WRX file is actually an OLE Structured Storage file and consequently we must use Microsofts OLE (ActiveX) API to access the file. This API does not understand Progress .pl files so there is no way to access the file while it is physically located inside of the procedure library.
It is technically feasible to extract the file to a temporary location when an access request is made and then access the temporary file on disk, however, such functionality has its own set of problems. Consequently such functionality has not been implemented and there are no plans to implement it.