Kbase 18802: ACTIVEX - How is the .WRX File Located at Runtime?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/1/2001 |
|
SUMMARY:
Both the V8 User Interface Builder (UIB) and the V9 AppBuilder (AB)
use the same method to find the .WRX file at runtime.
SOLUTION:
The method for finding the .WRX file is as follows:
Search the PROPATH using either the name of the file (.W) or the
hard coded name specified in the "OCX Binary" field. This name
has ".WRX" appended to it.
If the search is successful, we use the fully qualified file name
returned from the SEARCH command to load the .WRX file.
If the search is not successful, we try step #1 again using
THIS-PROCEDURE:FILE-NAME (with .WRX appended to it) as the name
to search for.