Kbase 19539: How to Open Windows & Procedures in the AppBuilder
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/21/2000 |
|
The following routines can be used to programmatically open AppBuilder generated windows (.W files) or procedures in either the AppBuilder or the Procedure Window.
To open a file in the AppBuilder, run the following:
RUN adeuib/_open-w.p(<filename>,?,"OPEN|UNTITLED|IMPORT").
To open a file in the Procedure Window, run the following:
RUN adecomm/_pwmain.p(<STRING(parent)|"",<CDL of files to open>,"").