Consultor Eletrônico



Kbase P66474: Progress does check whether a procedure needs to be recompiled if its name starts with the underscor
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/26/2004
Status: Unverified

SYMPTOM(s):

A 4GL application modifies a 4GL procedure and runs it on and it works fine the first time.

The same 4GL application modifies the same 4GL procedure a second time and runs it but the code changes do not take effect.

CAUSE:

The name of the 4GL Procedure being modified and saved fly begins with an underscore. 4GL Procedures with an underscore character at the beginning of their name are treated in a special way in Progress. Progress does check whether the program needs to be recompiled.

FIX:

Start the name of the 4GL procedure being generated, saved and run on the fly with a character other than the underscore character.