Consultor Eletrônico



Kbase P94579: How to programmatically open the AppBuilder from a Progress session
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/10/2004
Status: Unverified

GOAL:

How to programmatically open the AppBuilder from a Progress session

GOAL:

How to open the AppBuilder from the command prompt

GOAL:

What is the .R file corresponding to the AppBuilder

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

FIX:

The .R file corresponding to the AppBuilder is _ab.r.
This file is located in the directory: [Progress install directory]\gui.

- To launch the AppBuilder from command prompt, type the following:
[Progress install directory]\bin\prowin32.exe -p _ab.r

- To start the AppBuilder from a Progress session, use:
RUN _ab.r.