Kbase P128537: When calling adeuib/_accsect.p from within OpenEdge Architect changes are not immediately seen in th
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/03/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
SYMPTOM(s):
When calling adeuib/_accsect.p from within OpenEdge Architect changes are not immediately seen in the OpenEdge Architect Editor.
Direct access manipulation calls are not updating code visualization in OE Architect when using the Appbuilder perspective.
CAUSE:
This is expected behavior and occurs because Architect waits till a procedure is flagged as changed before updating the view of the code.
FIX:
The AppBuilder Developers Guide recommends calling adeuib/_winsave.p after making changes to a section. This flags the procedure as having been changed and thus prompts the user to save changes when closing. In Architect this same flag is used to determine whether the section has been changed and refresh the visible code in the Editor.