Kbase P132478: 4GL/ABL: How to open a .P file in OpenEdge Procedure Editor rather than in OpenEdge Architect Edito
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/18/2009 |
|
Status: Verified
GOAL:
4GL/ABL: How to open a .P file in OpenEdge Procedure Editor rather than in OpenEdge Architect Editor when double-clicking its name?
GOAL:
How to make the OpenEdge Procedure Editor the default editing program of the .P files instead of the OpenEdge Architect Editor?
FACT(s) (Environment):
Windows
OpenEdge 10.x
FIX:
To have all .P files open in the OpenEdge Procedure Editor rather than in the OpenEdge Architect Editor whenever the user double clicks the file name, change the Default value of the registry key:
HKEY_CLASSES_ROOT\ProgressFileP-10.xx\Shell
From
Open_in_OpenEdge_Architect
To
Open_in_the_Procedure_Editor
Where 10.xx is the specific OpenEdge Release that is installed on the Windows machine and whose .P files we need to edit using the OpenEdge Procedure Editor. For example, on a machine that has the OpenEdge 10.1C installed, change the Default value of the registry key:
HKEY_CLASSES_ROOT\ProgressFileP-10.1C\Shell
From
Open_in_OpenEdge_Architect
To
Open_in_the_Procedure_Editor