Kbase P116524: How to programmatically open the Procedure Editor from a Progress session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to programmatically open the Procedure Editor from a Progress session
GOAL:
How to open the Procedure Editor from the command prompt
GOAL:
What is the .R file corresponding to the Procedure Editor
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
FIX:
The .R file corresponding to the AppBuilder is _edit.r.
This file is located in the directory: [Progress install directory]\gui.
- To launch the Procedure Editor from command prompt, type the following:
[Progress install directory]\bin\prowin32.exe -p _edit.r
- To start the Procedure Editor from a Progress session, use:
RUN _edit.r.