Consultor Eletrônico



Kbase P101473: How to make the AppBuilder generated enable_UI procedure read/write?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/23/2005
Status: Unverified

GOAL:

How to make the AppBuilder generated enable_UI procedure read/write?

FACT(s) (Environment):

Windows

FIX:

The following steps change the read-only mode of the AppBuilder maintained enable_UI procedure to read/write mode:

Create and save a Window in the AppBuilder.

Open the file in the Procedure Editor.


Scroll down to the enable_ui procedure definition.


Delete the "_DEFAULT-ENABLE" option from the "&ANALYZE-SUSPEND" preprocessor definition statement in the line above the "PROCEDURE enable_UI:" definition statement


Save the file.


Open the window in the AppBuilder.


The enable_UI procedure is now readable and writable.