Kbase P2580: Appbuilder: A wrx cannot be loaded without a fully qualified path name.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/26/2011 |
|
Status: Verified
SYMPTOM(s):
Appbuilder: A wrx cannot be loaded without a fully qualified path name.
Progress does not allow the user to indicate a relatively path location for
the AppBuilder OCX Binary field .wrx (appending it to a directory placed under the PROPATH).
Error occurred while accessing component properly/method: SaveControls.
<relatively-path>\<file-name>.wrx contains an invalid path.
Error code: 0x80020009 <procedure> (5890)
Error occurred while accessing component property/method: <load_controls>.
<Toolbar was not found error code 0x80020009 control_load
Error code: <procedure> (5890)
CAUSE:
Bug# OE00071377
CAUSE:
Since the AppBuilder can only save the .wrx in the working directory, any
subdirectory used to save the .wrx in must exist in the working directory for the .wrx to be saved successfully. The AppBuilder cannot determine which of the many directories in the PROPATH to save the file, so it must save it to the working directory. With the subdirectory existing in the working directory, no problems will be encountered.
FIX:
In order to use a relative path for the .wrx, it is necessary to have the relative path under the working directory. The working directory can be modified in the property "start in" of the Appbuilder shortcut.